diff options
| author | n1c00o <git.n1c00o@gmail.com> | 2021-10-02 22:39:56 +0200 |
|---|---|---|
| committer | n1c00o <git.n1c00o@gmail.com> | 2021-10-02 22:39:56 +0200 |
| commit | 1a40f1771eadc2604154be24932d80a48ef8feed (patch) | |
| tree | 840c4220faae15e04770cc141da460a24cc93882 /common/rust | |
| parent | 4c6c2a7a8e13bc7ec7a6154f200c70fc4159f6d9 (diff) | |
Add enumflags2 and serde_repr
Diffstat (limited to 'common/rust')
| -rw-r--r-- | common/rust/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/rust/Cargo.toml b/common/rust/Cargo.toml index ec81c4b..453f7b8 100644 --- a/common/rust/Cargo.toml +++ b/common/rust/Cargo.toml @@ -7,8 +7,10 @@ edition = "2018" pretty_env_logger = "0.4" log = { version = "0.4", features = ["std"] } serde = { version = "1.0.8", features = ["derive"] } +serde_repr = "0.1" config = "0.11" hyper = { version = "0.14", features = ["full"] } tokio = { version = "1", features = ["full"] } prometheus = "0.12.0" -nats = "0.15.2"
\ No newline at end of file +nats = "0.15.2" +enumflags2 = { version = "0.7.1", features = ["serde"] } |
