libjens/Cargo.toml
LordMZTE 16a484243d
Some checks are pending
troll/uff uff xD
add random function
2021-12-26 14:25:35 +01:00

20 lines
485 B
TOML

[package]
name = "libjens"
version = "1.1.0"
authors = ["LordMZTE <lord@mzte.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
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"