aboutsummaryrefslogtreecommitdiff
path: root/crate_universe/test_data/metadata/git_repos/Cargo.toml
blob: ecfb3897514ec28a417b6c89aa2d911aa4e3e0f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "git-repos"
version = "0.1.0"
edition = "2018"

# Required to satisfy cargo but no `lib.rs` is expected to
# exist within test data.
[lib]
path = "lib.rs"

[dependencies]
tracing = { git = "https://github.com/tokio-rs/tracing.git", branch = "master" }