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