this_algorithm/Cargo.toml
2023-02-17 01:06:19 +00:00

18 lines
281 B
TOML

[package]
name = "this_algoritm"
version = "0.1.0"
edition = "2021"
[workspace]
members = [
# ".",
"./words",
"./this_algorithm",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde="1"
s2="0.0.12"