blob: bd41b649ad9cc30b0e09b2d33363f7ed22aa53d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "ureq-examples"
version = "0.1.0"
authors = ["The Tor Project, Inc.", "Niel Duysters"]
edition = "2024"
license = "MIT OR Apache-2.0"
description = "Examples demonstrating the usage of the arti-ureq crate"
publish = false
[dependencies]
anyhow = "1.0.75"
arti-ureq = { path = "../../crates/arti-ureq", version = "0.40" }
[features]
full = ["arti-ureq/full"]
|