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

[dependencies]
rand = "0.8"