Reorganising file and module structure.
This commit is contained in:
parent
a4fb422b83
commit
e59e340777
12 changed files with 662 additions and 511 deletions
22
Cargo.lock
generated
22
Cargo.lock
generated
|
|
@ -416,6 +416,27 @@ version = "1.2.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
|
||||
|
||||
[[package]]
|
||||
name = "derive_more"
|
||||
version = "2.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
|
||||
dependencies = [
|
||||
"derive_more-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "derive_more-impl"
|
||||
version = "2.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"rustc_version",
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dispatch"
|
||||
version = "0.2.0"
|
||||
|
|
@ -577,6 +598,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"console_error_panic_hook",
|
||||
"console_log",
|
||||
"derive_more",
|
||||
"env_logger",
|
||||
"log",
|
||||
"pollster",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue