diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index fdbfbd1..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,16 +0,0 @@ -[package] -name = "soryu-backend" -version = "0.1.0" -edition = "2021" - -[dependencies] -axum = { version = "0.7", features = ["macros", "json"] } -tokio = { version = "1.37", features = ["rt-multi-thread", "macros"] } -serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" -tower-http = { version = "0.5", features = ["cors", "trace"] } -tracing = "0.1" -tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } -tokio-stream = "0.1" -futures = "0.3" -chrono = { version = "0.4", default-features = false, features = ["clock"] } |
