about summary refs log tree commit diff
path: root/sys/Cargo.toml
diff options
context:
space:
mode:
authorV <v@anomalous.eu>2021-08-05 14:40:20 +0200
committerV <v@anomalous.eu>2021-08-05 14:40:20 +0200
commit14bff4da24732c97dcb691e112418d7fa547e3a1 (patch)
treecdb6da60e5c8235379d1433a3aa03d76e7bffc9a /sys/Cargo.toml
parentd5fcf5b30357e8ed46edcde0c6ad5f0bd2c9ed00 (diff)
downloadhidit-14bff4da24732c97dcb691e112418d7fa547e3a1.tar.zst
sys: Initial porting work, done by hand HEAD trunk
Diffstat (limited to 'sys/Cargo.toml')
-rw-r--r--sys/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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 <v@anomalous.eu>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]