lavina_bridge/Cargo.toml

20 lines
361 B
TOML

[package]
name = "lavina_bridge"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1", features = ["full"] }
http = "1.1.0"
warp = "0.3"
reqwest= { version = "0.12.5", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9.1"
log = "0.4.22"
env_logger = "0.11.5"
config = "0.14.0"