BinghamtonBetterBus/Cargo.toml

18 lines
493 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"
geo-types = "0.7.12"
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"] }