this_algorithm/Cargo.toml
2023-02-25 18:30:15 -05:00

24 lines
444 B
TOML

[package]
name = "this_algorithm"
version = "0.1.0"
edition = "2021"
[workspace]
members = [
".",
"./words",
"./this_algorithm-wasm/",
"./web",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
s2 = {version="0.0.12", default-features=false}
thiserror = "1.0.38"
words = {path="./words"}
[dev-dependencies]
csv = "1.1"
serde={version="1", features=["derive"]}