Initial commit: 2125_NBB project

This commit is contained in:
gyt
2026-07-09 12:55:00 -04:00
commit ba4bb1ec62
22 changed files with 214235 additions and 0 deletions
Executable
+13
View File
@@ -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"] }