this_algorithm/Cargo.toml
2023-02-25 11:37:52 -05:00

23 lines
431 B
TOML

[package]
name = "this_algorithm"
version = "0.1.0"
edition = "2021"
[workspace]
members = [
".",
"./words",
"./this_algorithm-wasm/",
]
# 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"]}