summaryrefslogtreecommitdiff
path: root/tests/projects/rust/cargo_deps_with_toml/Cargo.toml
blob: 81919c5678eb9486ca15a0f85c342da0ff016a33 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "test"
version = "0.1.0"
edition = "2021"

[dependencies]
base64 = "0.13.0"
flate2 = {version = "1.0.17", features = ["zlib"]}