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