about summary refs log tree commit diff
path: root/users/Profpatsch/execline/exec-helpers/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/execline/exec-helpers/Cargo.toml')
-rw-r--r--users/Profpatsch/execline/exec-helpers/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/users/Profpatsch/execline/exec-helpers/Cargo.toml b/users/Profpatsch/execline/exec-helpers/Cargo.toml
new file mode 100644
index 0000000000..6642b66ee3
--- /dev/null
+++ b/users/Profpatsch/execline/exec-helpers/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "exec_helpers"
+version = "0.1.0"
+edition = "2021"
+
+[lib]
+name = "exec_helpers"
+path = "exec_helpers.rs"