This commit is contained in:
parent
6c54873ca2
commit
dd4cb7fcc6
11 changed files with 36 additions and 26 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -106,6 +106,12 @@ dependencies = [
|
|||
"num-traits",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arc-swap"
|
||||
version = "1.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
||||
|
||||
[[package]]
|
||||
name = "argh"
|
||||
version = "0.1.13"
|
||||
|
@ -1230,6 +1236,7 @@ dependencies = [
|
|||
name = "owl"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"arc-swap",
|
||||
"argh",
|
||||
"chrono",
|
||||
"crossbeam",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue