add exchanges to internal model

This commit is contained in:
nora 2022-03-20 17:52:41 +01:00
parent 504757b324
commit 58de7f1e2d
15 changed files with 169 additions and 40 deletions

19
Cargo.lock generated
View file

@ -442,8 +442,8 @@ dependencies = [
"haesli_datastructure",
"parking_lot",
"rand",
"smallvec",
"thiserror",
"tinyvec",
"tokio",
"uuid",
]
@ -493,8 +493,8 @@ dependencies = [
"once_cell",
"rand",
"regex",
"smallvec",
"thiserror",
"tinyvec",
"tokio",
"tracing",
]
@ -1291,6 +1291,21 @@ dependencies = [
"serde_json",
]
[[package]]
name = "tinyvec"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.17.0"