mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-08 15:32:57 +00:00
12 lines
282 B
TOML
12 lines
282 B
TOML
[package]
|
|
name = "sbv2_api"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
axum = "0.7.5"
|
|
sbv2_core = { version = "0.1.0", path = "../sbv2_core" }
|
|
serde = { version = "1.0.210", features = ["derive"] }
|
|
tokio = { version = "1.40.0", features = ["full"] }
|