summaryrefslogtreecommitdiff
path: root/tic_tac_toe/Cargo.toml
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2025-05-07 23:08:15 -0700
committerKai Stevenson <kai@kaistevenson.com>2025-05-07 23:08:15 -0700
commitaf2bc841119a6751c240dec95dd5511d4ee31d36 (patch)
tree693cb7d3d6d06bb667a89b1d4d8d2bdaee8ab983 /tic_tac_toe/Cargo.toml
init ; most of tic tac toe done
Diffstat (limited to 'tic_tac_toe/Cargo.toml')
-rw-r--r--tic_tac_toe/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tic_tac_toe/Cargo.toml b/tic_tac_toe/Cargo.toml
new file mode 100644
index 0000000..a6c26ae
--- /dev/null
+++ b/tic_tac_toe/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "tic_tac_toe"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]