Expose applet configs, starting with time applet
This commit is contained in:
parent
b6bb982f2d
commit
edaf5b994e
6 changed files with 25 additions and 2 deletions
8
cosmic-applets-config/Cargo.toml
Normal file
8
cosmic-applets-config/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "cosmic-applets-config"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
cosmic-config.workspace = true
|
||||
serde.workspace = true
|
||||
2
cosmic-applets-config/src/lib.rs
Normal file
2
cosmic-applets-config/src/lib.rs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#[path = "../../cosmic-applet-time/src/config.rs"]
|
||||
pub mod time;
|
||||
Loading…
Add table
Add a link
Reference in a new issue