summaryrefslogtreecommitdiffstats
path: root/safe_libc/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2020-04-04 13:22:18 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2020-04-04 14:23:00 +0200
commitf0b3d5166ef1255fac880b146875ef46d2599a13 (patch)
tree61c993cf32dedc1172bcf40cd5207e05a3b032a9 /safe_libc/Cargo.toml
parent52b498494534784c77bfa4a93706be40620ebd9a (diff)
downloadneco-f0b3d5166ef1255fac880b146875ef46d2599a13.tar
neco-f0b3d5166ef1255fac880b146875ef46d2599a13.zip
Reorganize
Diffstat (limited to 'safe_libc/Cargo.toml')
-rw-r--r--safe_libc/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/safe_libc/Cargo.toml b/safe_libc/Cargo.toml
new file mode 100644
index 0000000..f776d09
--- /dev/null
+++ b/safe_libc/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "safe_libc"
+version = "0.1.0"
+authors = ["Matthias Schiffer <mschiffer@universe-factory.net>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+libc = { version = "0.2.68", default-features = false }