libjens/Cargo.toml

20 lines
485 B
TOML
Raw Normal View History

2021-04-01 19:12:23 +02:00
[package]
2021-08-08 13:50:57 +02:00
name = "libjens"
2021-12-26 14:25:35 +01:00
version = "1.1.0"
2021-04-01 19:12:23 +02:00
authors = ["LordMZTE <lord@mzte.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-12-26 12:58:59 +01:00
env_logger = "^0.9"
lazy_static = "^1.4"
log = "^0.4"
once_cell = "^1"
reqwest = "^0.11"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
thiserror = "^1.0"
tokio = { version = "^1.15", features = ["macros", "fs", "rt-multi-thread"] }
url = "^2.2"