hotel/Cargo.toml

15 lines
338 B
TOML
Raw Normal View History

2023-03-26 02:32:12 +00:00
[package]
name = "hotel"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4"
serde = { version = "1.0.158", features = ["derive"] }
futures = "0.3.27"
once_cell = "1.17.1"
toml = "0.7.3"
log = "0.4.17"
simple_logger = "4.1.0"