summaryrefslogtreecommitdiff
path: root/crates/nixpkgs-tracker-http/Cargo.toml
blob: a480d384d5881259991a1adbe3834a1e6126a2ae (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.6", default-features = false, features = [
	"charset",
	"http2",
	"rustls-tls",
	"json"
] }
serde = { version = "1.0.209", features = ["derive"] }

[lints]
workspace = true