base commit
This commit is contained in:
15
net-logger-common/Cargo.toml
Normal file
15
net-logger-common/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "net-logger-common"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
user = ["aya"]
|
||||
|
||||
[dependencies]
|
||||
aya = { version = "0.12", optional = true }
|
||||
network-types = "0.0.6"
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
Reference in New Issue
Block a user