Add NEX results and fix timers
This commit is contained in:
parent
aa18d1ee3e
commit
55b3959797
8 changed files with 586 additions and 52 deletions
|
|
@ -25,7 +25,9 @@ paste = "1.0.15"
|
|||
typenum = "1.18.0"
|
||||
json = "0.12.4"
|
||||
anyhow = "1.0.100"
|
||||
ureq = "3.1.4"
|
||||
ureq = { version = "3.1.4", features = [ "json" ] }
|
||||
serde = { version = "1.0.228", features = [ "derive" ] }
|
||||
serde_json = "1.0.149"
|
||||
|
||||
[dev-dependencies]
|
||||
# criterion = "0.7.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue