diff options
| author | Andreas Grois <andi@grois.info> | 2021-04-07 21:29:02 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2021-04-18 20:25:00 +0200 |
| commit | 99c3480323f2df0c1cd455e2e03e832c1196050a (patch) | |
| tree | 02331612925d9ce8a02d47fc471626701c364682 /Cargo.toml | |
| parent | 1c394103886ed58b72016c971a6ab54dbd64d55b (diff) | |
First semi-working implementation.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 18 |
1 files changed, 6 insertions, 12 deletions
@@ -1,13 +1,7 @@ -[package] -name = "swaystatus" -version = "0.1.0" -authors = ["Andreas Grois <andi@grois.info>"] -edition = "2018" +[workspace] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -crossbeam-channel = "0.4" -gettext-rs = "0.6.0" -serde = { version = "1.0", features = ["derive"] } -toml = "0.5" +members = [ + "swaystatus", + "swaystatus-plugin", + "clock", +] |
