diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-01 16:44:52 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-01 16:44:52 +0100 |
| commit | f345e944806d493d140190a919739051790324a2 (patch) | |
| tree | fd94b9ce2316a8a9dacb64b9623319cc6ed517af /Cargo.toml | |
| download | connect4-f345e944806d493d140190a919739051790324a2.tar.gz connect4-f345e944806d493d140190a919739051790324a2.tar.bz2 connect4-f345e944806d493d140190a919739051790324a2.zip | |
Initial commit
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..a569228 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "connect4" +version = "0.1.0" +authors = ["Charles Cabergs <me@cacharle.xyz>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |
