nixpkgs/pkgs/build-support/rust/test/import-cargo-lock/basic-sparse/Cargo.toml
Ruben Sanchez Diez e6dc0fb1a1 rustPlatform.importCargoLock: Adding sparse protocol
When added the new sparse protocol the derivation is not handling properly Cargo.lock with sparse+ registries
2024-04-17 15:42:49 +02:00

10 lines
239 B
TOML

[package]
name = "basic-sparse"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = { version = "0.8", registry = "sparse-crates-io" }