about summary refs log tree commit diff
path: root/pkgs/profpatsch/nman/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/profpatsch/nman/Cargo.toml')
-rw-r--r--pkgs/profpatsch/nman/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/profpatsch/nman/Cargo.toml b/pkgs/profpatsch/nman/Cargo.toml
new file mode 100644
index 00000000..c0704a45
--- /dev/null
+++ b/pkgs/profpatsch/nman/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "nman"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+temp = { path =  "../../sternenseemann/rust" }
+
+[[bin]]
+name = "nman"
+path = "nman.rs"