e6dc0fb1a1
When added the new sparse protocol the derivation is not handling properly Cargo.lock with sparse+ registries
10 lines
239 B
TOML
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" }
|