mirror of
https://github.com/faas-rs/faasd-in-rust.git
synced 2025-06-08 07:55:04 +00:00
17 lines
330 B
TOML
17 lines
330 B
TOML
[package]
|
|
name = "cni"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
# version.workspace = true
|
|
# authors.workspace = true
|
|
|
|
[dependencies]
|
|
serde_json = "1.0"
|
|
my-workspace-hack = { version = "0.1", path = "../my-workspace-hack" }
|
|
log = "0.4.27"
|
|
dotenv = "0.15.0"
|
|
netns-rs = "0.1.0"
|
|
lazy_static = "1.4.0"
|
|
env_logger = "0.11.8"
|
|
defer = "0.2.1"
|