aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordiogo <[email protected]>2020-05-23 00:03:54 +0100
committerdiogo <[email protected]>2020-05-23 00:03:54 +0100
commit5ac2d28d076ab8f038012b0aabc47d11577afcc0 (patch)
tree9e7072a91b290c01d8cbb75e63fab5b73260bc1f /Cargo.toml
init
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..428a728
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
1[package]
2name = "rhex"
3version = "0.1.0"
4authors = ["diogo <[email protected]>"]
5edition = "2018"
6
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9[dependencies]