diff options
author | Adam Carpenter <adam.carpenter@adp.com> | 2022-01-17 15:02:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 15:02:00 -0500 |
commit | 6e307700a5203f5b9fcc741f693fcacc7757414d (patch) | |
tree | fe7781e07a74e05a82ea3c1e19c389337fe8ac8c /angelsharkd/Cargo.toml | |
parent | d3e1b697fec543e0197f1c549164c210504dde3b (diff) | |
parent | 579980ca75dfbc27639259c773dfc5fe1ec9e32a (diff) | |
download | altruistic-angelshark-master.tar.xz altruistic-angelshark-master.zip |
feat: support station busyout/release toggling via extension
Diffstat (limited to 'angelsharkd/Cargo.toml')
-rw-r--r-- | angelsharkd/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/angelsharkd/Cargo.toml b/angelsharkd/Cargo.toml index 0bb1294..62ffebb 100644 --- a/angelsharkd/Cargo.toml +++ b/angelsharkd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "angelsharkd" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = ["Adam T. Carpenter <adam.carpenter@adp.com>"] description = "A HTTP interface into one or more Communication Managers" @@ -8,6 +8,7 @@ description = "A HTTP interface into one or more Communication Managers" [features] simple_search = [] simple_deprov = [] +simple_busy = [] [dependencies.libangelshark] path = "../libangelshark" |