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