summaryrefslogtreecommitdiff
path: root/crates/useflag/Cargo.toml
blob: 16c8c3416e33a805f82806a759b44cfcec9a292b (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "useflag"
version = "0.1.0"
edition = "2024"

[dependencies]
mon = { workspace = true }
get = { workspace = true }
parseable = { path = "../parseable" }