BinghamtonBetterBus/Cargo.toml
2024-02-20 14:17:53 -05:00

17 lines
472 B
TOML

[package]
name = "bus_api"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.79"
async-std = { version = "1.12.0", features = ["tokio1", "attributes"] }
chrono = "0.4.34"
reqwest = "0.11.24"
#sea-orm = "0.12.14"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
tide = "0.16.0"
#tokio = { version = "1.36.0", features = ["full"] }