Files
api/Cargo.toml
Kieran c432f603ec
All checks were successful
continuous-integration/drone/push Build is passing
feat: nostr domain hosting
2025-04-03 12:56:20 +01:00

19 lines
468 B
TOML

[workspace]
resolver = "3"
members = [
"lnvps_db",
"lnvps_api",
"lnvps_nostr",
"lnvps_common"
]
[workspace.dependencies]
tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "macros"] }
anyhow = "1.0.83"
log = "0.4.21"
env_logger = "0.11.7"
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"
rocket = { version = "0.5.1", features = ["json"] }
config = { version = "0.15.8", features = ["yaml"] }
hex = "0.4.3"