tictactoe/Cargo.toml
2019-10-31 14:24:29 +01:00

10 lines
219 B
TOML

[package]
name = "tictactoe"
version = "0.1.0"
authors = ["shimun <shimun@shimun.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]