mirror of
https://github.com/faas-rs/faasd-in-rust.git
synced 2025-06-10 16:56:48 +00:00
10 lines
217 B
TOML
10 lines
217 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" } |