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

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

[dependencies]