diff options
author | Guillaume Pasquet <dev@etenil.net> | 2019-07-05 21:03:55 +0100 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2019-07-05 21:03:55 +0100 |
commit | 7abfab104ffa052d885eb7d333f0569dc61ab74c (patch) | |
tree | 6ee0a9d1743de49cbcb36b2fdc6e6e9024013f33 /Cargo.toml |
Start generating game world
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..b26809f --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "roguelike" +version = "0.1.0" +authors = ["Guillaume"] +edition = "2018" + +[dependencies] +rand = "0.7.0" +text_io = "0.1.7" +pancurses = "0.16" |