diff options
Diffstat (limited to 'lib/vnf/Cargo.toml')
| -rw-r--r-- | lib/vnf/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/vnf/Cargo.toml b/lib/vnf/Cargo.toml new file mode 100644 index 0000000..66bed81 --- /dev/null +++ b/lib/vnf/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "vnf" +version = "0.1.0" +edition.workspace = true +license.workspace = true +authors.workspace = true + +[dependencies] +header.workspace = true +xixanta.workspace = true |
