From 14bff4da24732c97dcb691e112418d7fa547e3a1 Mon Sep 17 00:00:00 2001 From: V Date: Thu, 5 Aug 2021 14:40:20 +0200 Subject: sys: Initial porting work, done by hand --- sys/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sys/Cargo.toml (limited to 'sys/Cargo.toml') diff --git a/sys/Cargo.toml b/sys/Cargo.toml new file mode 100644 index 0000000..0379d97 --- /dev/null +++ b/sys/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "sys" +version = "0.1.0" +authors = ["V "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit 1.4.1