pos/Cargo.toml
2022-11-02 09:40:49 +01:00

18 lines
505 B
TOML

[package]
name = "pos"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tide = "0.16.0"
async-std = { version = "1.12.0", features = ["attributes"] }
sqlx = { version = "0.6.2", features = ["runtime-async-std-native-tls", "chrono", "json", "sqlite"] }
dotenv = "0.15.0"
chrono = "0.4"
serde_json = "1.0"
anyhow = "1.0.65"
serde = { version = "1.0.145", features = ["derive"] }
pretty_env_logger = "0.4.0"