summaryrefslogtreecommitdiff
path: root/advanced/unsafe-rust/Cargo.toml
diff options
context:
space:
mode:
authorAdam Carpenter <53hornet@gmail.com>2019-03-21 17:10:15 -0400
committerAdam Carpenter <53hornet@gmail.com>2019-03-21 17:10:15 -0400
commit333965318a5d000140d54be2a2a9e0832372f271 (patch)
treee7f28b53144982cfdf2cb95c9d71e5ea7a566b77 /advanced/unsafe-rust/Cargo.toml
parent2fadb006603139c335ed8df8fa9c25402986c4fd (diff)
downloadlearning-rust-333965318a5d000140d54be2a2a9e0832372f271.tar.xz
learning-rust-333965318a5d000140d54be2a2a9e0832372f271.zip
Added advanced features.
Diffstat (limited to 'advanced/unsafe-rust/Cargo.toml')
-rw-r--r--advanced/unsafe-rust/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/advanced/unsafe-rust/Cargo.toml b/advanced/unsafe-rust/Cargo.toml
new file mode 100644
index 0000000..b37474a
--- /dev/null
+++ b/advanced/unsafe-rust/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "unsafe-rust"
+version = "0.1.0"
+authors = ["Adam Carpenter <53hornet@gmail.com>"]
+edition = "2018"
+
+[dependencies]