Skip to content

Commit

Permalink
Finally dedupe some common code
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Apr 26, 2024
1 parent be6faba commit a00bb5d
Show file tree
Hide file tree
Showing 11 changed files with 78 additions and 247 deletions.
74 changes: 66 additions & 8 deletions backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
anyhow = "1.0.75"
bincode = "1.3.3"
console_error_panic_hook = "0.1.6"
console_log = "1.0.0"
contour = "0.12.0"
fast_paths = { git = "https://github.com/easbar/fast_paths" }
geo = { git = "https://github.com/dabreegster/geo", branch = "boolops_and_linesplit" }
geojson = { git = "https://github.com/georust/geojson", features = ["geo-types"] }
Expand All @@ -19,11 +21,10 @@ route-snapper-graph = { git = "https://github.com/dabreegster/route_snapper" }
serde = "1.0.188"
serde_json = "1.0.105"
serde-wasm-bindgen = "0.6.0"
rstar = "0.12.0"
utils = { git = "https://github.com/a-b-street/utils" }
wasm-bindgen = "0.2.87"
web-sys = { version = "0.3.64", features = ["console"] }
bincode = "1.3.3"
contour = "0.12.0"
rstar = "0.11.0"
web-time = "1.0.0"

# For local development, build dependencies in release mode once, but otherwise
Expand Down
75 changes: 0 additions & 75 deletions backend/src/common/mercator.rs

This file was deleted.

7 changes: 0 additions & 7 deletions backend/src/common/mod.rs

This file was deleted.

72 changes: 0 additions & 72 deletions backend/src/common/node_map.rs

This file was deleted.

71 changes: 0 additions & 71 deletions backend/src/common/tags.rs

This file was deleted.

Loading

0 comments on commit a00bb5d

Please sign in to comment.