fursonabot/Cargo.toml
asonix e77db82d58
Some checks failed
/ check (aarch64-unknown-linux-musl) (push) Successful in 52s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 56s
/ check (x86_64-unknown-linux-musl) (push) Successful in 46s
/ publish-forgejo (push) Successful in 10s
/ publish-docker (push) Successful in 12s
/ publish-crate (push) Failing after 28s
/ clippy (push) Successful in 27s
/ tests (push) Successful in 26s
/ build (map[artifact:linux-arm64v8 platform:linux/arm64 target:aarch64-unknown-linux-musl]) (push) Successful in 1m24s
/ build (map[artifact:linux-amd64 platform:linux/amd64 target:x86_64-unknown-linux-musl]) (push) Successful in 1m56s
/ build (map[artifact:linux-arm32v7 platform:linux/arm/v7 target:armv7-unknown-linux-musleabihf]) (push) Successful in 1m37s
Bump version
2024-02-11 20:23:03 -06:00

20 lines
495 B
TOML

[package]
name = "fursonabot"
version = "0.1.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
parse_link_header = "0.3.3"
rand = "0.8"
reqwest = { version = "0.11", default-features = false, features = [
"json",
"rustls-tls",
] }
serde = { version = "1", features = ["derive"] }
sled = "0.34.7"
tokio = { version = "1.23.0", features = ["full"] }
toml = "0.8"
url = { version = "2", features = ["serde"] }