base commit
This commit is contained in:
32
net-logger/Cargo.toml
Normal file
32
net-logger/Cargo.toml
Normal file
@@ -0,0 +1,32 @@
|
||||
[package]
|
||||
name = "net-logger"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
aya = "0.12"
|
||||
aya-log = "0.2"
|
||||
clap = { version = "4.1", features = ["derive"] }
|
||||
net-logger-common = { path = "../net-logger-common", features = ["user"] }
|
||||
anyhow = "1"
|
||||
env_logger = "0.10"
|
||||
libc = "0.2"
|
||||
log = "0.4"
|
||||
tokio = { version = "1.25", features = [
|
||||
"macros",
|
||||
"rt",
|
||||
"rt-multi-thread",
|
||||
"net",
|
||||
"signal",
|
||||
] }
|
||||
bytes = "*"
|
||||
network-types = "0.0.6"
|
||||
elasticsearch = "8.17.0-alpha.1"
|
||||
serde_json = "*"
|
||||
serde = "*"
|
||||
chrono = "*"
|
||||
|
||||
[[bin]]
|
||||
name = "net-logger"
|
||||
path = "src/main.rs"
|
||||
Reference in New Issue
Block a user