kijetesantakaluotokieni/Cargo.toml
spiders 1fd5b98c7f added clap as a dependency,
did a pair programming session with arty which resulted in some changes to critter config types

still need to fix config_from_string to take the new option types into account
2022-04-25 22:19:48 -07:00

12 lines
344 B
TOML

[package]
author = "kulupu lintukamaki"
name = "kijetesantakaluotokieni"
version = "0.1.0"
edition = "2021"
about = "kijetesantakalu toki tawa ilo sona sina"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
voca_rs = " 1.14.0"
clap = { version = "3.1.12", features = ["derive"] }