forked from manimaul/s57tiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
21 lines (18 loc) · 851 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "s57tiler"
version = "0.1.0"
authors = ["William Kamp <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = "1.0.117"
serde_json = "1.0.59"
geojson = "0.20.1"
#gdal = { git = "https://github.com/manimaul/gdal-rust.git", branch = "wkamp_iter" }
#gdal-sys = { git = "https://github.com/manimaul/gdal-rust.git", branch = "wkamp_iter" }
#gdal = { path = "/Users/williamkamp/source/madrona/gdal-rust" }
#gdal-sys = { path = "/Users/williamkamp/source/madrona/gdal-rust" }
gdal = { git = "https://github.com/georust/gdal.git", commit = "020f578274bd424f2017aeda534b7dcde1a74984" }
gdal-sys = { git = "https://github.com/georust/gdal.git", commit = "020f578274bd424f2017aeda534b7dcde1a74984" }
clap = "2.33.3"
lazy_static = "1.4.0"