9 lines
219 B
TOML
9 lines
219 B
TOML
[package]
|
|
name = "cosmic-comp-config"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cosmic-config = { git = "https://github.com/pop-os/libcosmic/" }
|
|
input = "0.9.0"
|
|
serde = { version = "1", features = ["derive"] }
|