blob: 82805bcbc04d8cfe9304d43330ebfb3dd935ed64 (
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.34" }
[features]
full = ["arti-ureq/full"]
|