about summary refs log tree commit diff stats
path: root/usr/src/mei/false/Cargo.toml
blob: 7de9061b4010ff1f2ccbec1596c0e801380f4455 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "falsecmd"
version = "0.1.0"
edition = "2021"

[[bin]]
name = "false"
path = "src/false.rs"

[dependencies]