depot/pkgs/build-support/rust/test/import-cargo-lock/basic-sparse/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
239 B
TOML
Raw Normal View History

[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" }