Cargo.toml (147B)
1 [package] 2 name = "jannie" 3 authors = ["Andy Khramtsov"] 4 version = "1.0.0-dev" 5 edition = "2024" 6 7 [dependencies] 8 log = "0.4.33" 9 shellexpand = "3.1.1"