diff options
| author | diogo <[email protected]> | 2020-05-23 00:03:54 +0100 |
|---|---|---|
| committer | diogo <[email protected]> | 2020-05-23 00:03:54 +0100 |
| commit | 5ac2d28d076ab8f038012b0aabc47d11577afcc0 (patch) | |
| tree | 9e7072a91b290c01d8cbb75e63fab5b73260bc1f /Cargo.toml | |
init
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
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] | ||
| 2 | name = "rhex" | ||
| 3 | version = "0.1.0" | ||
| 4 | authors = ["diogo <[email protected]>"] | ||
| 5 | edition = "2018" | ||
| 6 | |||
| 7 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
| 8 | |||
| 9 | [dependencies] | ||
