wikiparser/Cargo.toml
Evan Lloyd New-Schmidt ddf6028465
Initial rust setup (#1)
* 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>
2023-05-30 19:00:05 +02:00

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"