graphdbhue3/Cargo.toml

15 lines
363 B
TOML
Raw Normal View History

2024-05-24 11:09:17 +00:00
[package]
name = "graphdbhue3"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
neo4rs = "0.7.1"
tokio = "1.37.0"
rocket = "0.5.0"
rocket_okapi = { version = "0.8.0", features = ["swagger"] }
2024-05-29 12:35:50 +00:00
anyhow = "1.0.76"
clap = { version = "4.5.4", features = ["derive"] }