about summary refs log tree commit diff stats
path: root/usr/src/mei/false/Cargo.toml
blob: 5788c056dc3c038d0ad5d89f7afecfb75371b942 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "falsecmd"
version.workspace = true
edition.workspace = true
authors.workspace = true
description.workspace = true
documentation.workspace = true

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

[dependencies]