about summary refs log tree commit diff
path: root/nixpkgs/pkgs/build-support/rust/test/import-cargo-lock/v1/Cargo.toml
blob: 4b825c45cadca4092fae9802d73d3bc7855a0639 (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "v1"
version = "0.1.0"
authors = ["Daniël de Kok <me@danieldk.eu>"]
edition = "2018"

[dependencies]
rand = "0.8"