diff options
| author | Andreas Grois <andi@grois.info> | 2021-05-01 22:16:54 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2021-05-01 22:16:54 +0200 |
| commit | 18a96163d730b7e44270603a4c6de071b725db5f (patch) | |
| tree | e91e9d23eec5031d9be7f1422b147c05d44a25d7 /Cargo.lock | |
| parent | 00a3332d9a986f650283416dccf25aa9f2d32aa6 (diff) | |
First draft of pulse architecture.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -532,6 +532,15 @@ dependencies = [ ] [[package]] +name = "swaystatus-pulse" +version = "0.1.0" +dependencies = [ + "erased-serde", + "serde", + "swaystatus-plugin", +] + +[[package]] name = "syn" version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" |
