21 lines
474 B
TOML
21 lines
474 B
TOML
[package]
|
|
name = "eris"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
actix-web = "4.3.1"
|
|
clap = { version = "4.3", features = ["derive"] }
|
|
chrono = "0.4.24"
|
|
futures = "0.3.28"
|
|
ipnetwork = "0.21.1"
|
|
lazy_static = "1.4.0"
|
|
prometheus = "0.14.0"
|
|
prometheus_exporter = "0.8.5"
|
|
rand = "0.9.1"
|
|
rlua = "0.20.1"
|
|
serde = { version = "1.0.162", features = ["derive"] }
|
|
serde_json = "1.0.96"
|
|
tokio = { version = "1.28.0", features = ["full"] }
|
|
log = "0.4.27"
|
|
env_logger = "0.11.8"
|