graphdbhue3/Cargo.toml
2024-05-29 14:35:50 +02:00

15 lines
363 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"
clap = { version = "4.5.4", features = ["derive"] }