atelier/shelves/Cargo.toml
2025-02-02 15:17:50 -05:00

17 lines
359 B
TOML

[package]
name = "shelves"
version = "0.0.0"
edition = "2024"
[[bin]]
name = "shelves"
path = "backend/main.rs"
[dependencies]
tokio = { version = "1.43.0", features = ["rt-multi-thread", "fs", "net"] }
axum = { version = "0.8.1", features = ["http1"] }
http = "1.2.0"
atelier = { path = "../rs" }
rusqlite = { version = "0.33.0", features = ["bundled"] }