summaryrefslogtreecommitdiff
path: root/spec/fixtures/rust/cargo/hello_world/Cargo.toml
blob: 8331179c476db2360cf903c34686615fe25427d3 (plain)
1
2
3
4
5
6
7
8
[package]
name = "hello_world"
version = "0.1.0"
authors = ["example <tanuki@example.com>"]
edition = "2018"

[dependencies]
time = "0.1.12"