ips/userland/Cargo.toml

25 lines
628 B
TOML
Raw Normal View History

[package]
name = "userland"
description.workspace = true
version.workspace = true
authors.workspace = true
edition.workspace = true
license-file.workspace = true
repository.workspace = true
readme.workspace = true
keywords.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
thiserror = "2"
pest_derive = "2"
pest = "2"
reqwest = { version = "0.12", features = ["blocking", "json", "rustls-tls"] }
semver = "1"
serde = { version = "1", features = ["derive"] }
regex = "1"
2022-09-01 19:23:09 -03:00
lazy_static = "1"
url = { version = "2", features = ["serde"] }