blob: 8b13ede6ce4f284453668c364bd304194167fd56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "repo"
version = "0.1.0"
edition = "2024"
[dependencies]
atom = { path = "../atom" }
useflag = { path = "../useflag" }
parseable = { path = "../parseable" }
mon = { workspace = true }
get = { workspace = true }
|