graphdbhue3/Cargo.toml
2024-05-24 13:09:17 +02:00

13 lines
310 B
TOML

[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"] }
anyhow = "1.0.76"