this_algorithm/Cargo.toml
2023-02-25 11:14:15 -05:00

23 lines
397 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 = "0.0.12"
thiserror = "1.0.38"
words = {path="./words"}
[dev-dependencies]
csv = "1.1"
serde={version="1", features=["derive"]}