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

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

[dependencies]