diff options
| author | Kjetil Orbekk <kj@orbekk.com> | 2022-11-15 15:06:07 -0500 |
|---|---|---|
| committer | Kjetil Orbekk <kj@orbekk.com> | 2022-11-15 15:06:07 -0500 |
| commit | 1f623cca3ea0937508b8c50f4c32a0972271e8f4 (patch) | |
| tree | 3f5a36296ffc2afb1199cd65f9758c9667115450 /Cargo.lock | |
| parent | 8fa1b37bb705371bf5dee574f1f136019d3db9d1 (diff) | |
Move shared bridge library code into `protocol` crate
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1435,8 +1435,17 @@ dependencies = [ name = "protocol" version = "0.1.0" dependencies = [ + "anyhow", + "dotenv", + "env_logger", + "lazy_static", + "log", + "rand", + "regex", "serde", "serde_json", + "strum", + "strum_macros", "uuid", ] @@ -2566,8 +2575,6 @@ dependencies = [ "protocol", "rand", "regex", - "strum", - "strum_macros", "uuid", "wasm-bindgen-futures", "wasm-logger", |
