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.lock | |
| download | connect4-f345e944806d493d140190a919739051790324a2.tar.gz connect4-f345e944806d493d140190a919739051790324a2.tar.bz2 connect4-f345e944806d493d140190a919739051790324a2.zip | |
Initial commit
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..127371b --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,5 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +[[package]] +name = "connect4" +version = "0.1.0" |
