summaryrefslogtreecommitdiff
path: root/crates/nixpkgs-tracker-http/Cargo.toml
blob: ca95804ca9df4734ee2e7321d1d7c4543634195a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "nixpkgs-tracker-http"
version.workspace = true
authors.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true

publish = false

[dependencies]
log.workspace = true
reqwest = { version = "0.12.8", default-features = false, features = [
	"charset",
	"http2",
	"rustls-tls",
	"json"
] }
serde = { version = "1.0.210", features = ["derive"] }

[lints]
workspace = true