diff options
Diffstat (limited to 'usr/src/mei/true/Cargo.toml')
-rw-r--r-- | usr/src/mei/true/Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/src/mei/true/Cargo.toml b/usr/src/mei/true/Cargo.toml index ec2d8a5..2ed364f 100644 --- a/usr/src/mei/true/Cargo.toml +++ b/usr/src/mei/true/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "truecmd" -version = "0.0.1" -edition = "2021" +version.workspace = true +edition.workspace = true +authors.workspace = true +description.workspace = true +documentation.workspace = true [[bin]] name = "true" |