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