added current code
This commit is contained in:
parent
557558acc6
commit
41e5e9b032
39 changed files with 2431 additions and 215 deletions
|
|
@ -13,4 +13,13 @@ rand = {version = "0.8", features = ["alloc"] }
|
|||
rocket = {version="0.5.0-rc", features=["json"]}
|
||||
rocket_dyn_templates = {version="0.1.0-rc", features=["handlebars"]}
|
||||
serde = {version="1.0", features=["derive"]}
|
||||
serde_json = "1.0"
|
||||
bincode = "1.3.3"
|
||||
osmpbfreader = "0.15.2"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3.6"
|
||||
|
||||
[[bench]]
|
||||
name = "task5"
|
||||
harness = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue