* Initial rust setup Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com> * Update README.md Co-authored-by: Evan Lloyd New-Schmidt <newsch@users.noreply.github.com> --------- Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com> Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
13 lines
405 B
TOML
13 lines
405 B
TOML
[package]
|
|
name = "om-wikiparser"
|
|
version = "0.0.0"
|
|
license = "AGPL-3.0-or-later"
|
|
edition = "2021"
|
|
repository = "https://github.com/organicmaps/wikiparser/"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = { version = "1.0.71", features = ["backtrace"] }
|
|
serde = { version = "1.0.163", features = ["derive"] }
|
|
serde_json = "1.0.96"
|