DNS backend
This commit is contained in:
30
dns/Cargo.toml
Normal file
30
dns/Cargo.toml
Normal file
@@ -0,0 +1,30 @@
|
||||
[package]
|
||||
name = "webx_dns"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.21"
|
||||
toml = "0.8.13"
|
||||
regex = "1.10.4"
|
||||
jsonwebtoken = "9.2"
|
||||
bcrypt = "0.15"
|
||||
serenity = { version = "0.12", features = ["client", "gateway", "rustls_backend", "model"] }
|
||||
actix-web-httpauth = "0.8"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
colored = "2.1.0"
|
||||
sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "postgres", "chrono", "uuid", "migrate", "json"] }
|
||||
anyhow = "1.0.86"
|
||||
futures = "0.3.30"
|
||||
actix-web = "4.6.0"
|
||||
macros-rs = "1.2.1"
|
||||
prettytable = "0.10.0"
|
||||
actix-governor = "0.5.0"
|
||||
pretty_env_logger = "0.5.0"
|
||||
clap-verbosity-flag = "2.2.0"
|
||||
|
||||
tokio = { version = "1.38.0", features = ["full"] }
|
||||
clap = { version = "4.5.4", features = ["derive"] }
|
||||
rand = { version = "0.8.5", features = ["small_rng"] }
|
||||
serde = { version = "1.0.203", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
Reference in New Issue
Block a user