Geoffrey-rs/geoffrey_cli/Cargo.toml

14 lines
388 B
TOML

[package]
name = "geoffrey_cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hyper = { version = "0.14", features = ["full"] }
hyperlocal = "0.8.0"
tokio = { version = "1", features = ["full"] }
geoffrey_models = { path = "../geoffrey_models" }
serde = "1.0.136"
serde_json = "1.0.78"