summaryrefslogtreecommitdiffstats
path: root/pre_commit/resources/empty_template_Cargo.toml
blob: 3dfeffafb0ffd713c56bbf4f07ffc6fc9b33eeb4 (plain)
1
2
3
4
5
6
7
[package]
name = "__fake_crate"
version = "0.0.0"

[[bin]]
name = "__fake_cmd"
path = "main.rs"