diff options
Diffstat (limited to 'common')
| -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"] } |
