faasd-in-rust/crates/app/Cargo.toml
火花 eeef85dd33
feat(cni): use environment variable to config cni tools path (#41)
* 添加dotenv来设定cni插件地址

* 改用lazy_static!

* fmt

* 增加命令执行结果的判断
2025-04-08 11:04:36 +08:00

13 lines
334 B
TOML

[package]
name = "faas-rs"
version = "0.1.0"
edition = "2024"
[dependencies]
actix-web = "4.0"
tokio = { version = "1", features = ["full"] }
service = { path = "../service" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
my-workspace-hack = { version = "0.1", path = "../my-workspace-hack" }
dotenv = "0.15"