neo/neo-util/Cargo.toml
Patrick Michl e33a734199
All checks were successful
continuous-integration/drone/push Build is passing
get back to where we were. but now with sea_orm and a more sane structure
2022-07-14 22:29:35 +02:00

11 lines
289 B
TOML

[package]
name = "neo-util"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
argon2 = { version = "0.4", features = ["std"] }
rand = { version = "0.8.5", features = ["std"] }