diff options
author | Silas Bartha <[email protected]> | 2023-12-21 23:36:07 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2023-12-21 23:36:07 -0500 |
commit | 901d27db601a27d580c1f2f8d4b3d3361f60cc2e (patch) | |
tree | 3ef9ffbc13a86742740eb390a16a58062bdf44d9 /Cargo.toml | |
parent | 7733a7d394499979f589506db87200a812249523 (diff) |
1.2.0 - configuration file support
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "pomd" -version = "1.1.1" +version = "1.2.0" edition = "2021" [dependencies] @@ -8,3 +8,5 @@ notify-rust = "4" zbus = "3.14.1" async-std = { version = "1.12.0", features = ["attributes"] } pausable_clock = "1.0.1" +confy = "0.5.1" +serde = "1.0.193" |