mirror of
https://git.kittycat.homes/zoe/reversi.git
synced 2024-08-15 03:27:19 +00:00
13 lines
360 B
TOML
13 lines
360 B
TOML
[package]
|
|
name = "reversi"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rocket = "0.5.0-rc.1"
|
|
lazy_static = "1.4.0"
|
|
clap = { version = "3.0.6", features = ["derive"] }
|
|
rocket_dyn_templates = {version="0.1.0-rc.1", features= ["handlebars"] }
|
|
rand = "0.8.4"
|