Initial commit: 2125_NBB project
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "glyph_backend"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.7"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
lazy_static = "1.4"
|
||||
anyhow = "1.0"
|
||||
tower-http = { version = "0.5", features = ["cors"] }
|
||||
Reference in New Issue
Block a user