diff options
Diffstat (limited to 'usr/src/mei/pwd/Cargo.toml')
-rw-r--r-- | usr/src/mei/pwd/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/mei/pwd/Cargo.toml b/usr/src/mei/pwd/Cargo.toml index 6671d1c..255fac0 100644 --- a/usr/src/mei/pwd/Cargo.toml +++ b/usr/src/mei/pwd/Cargo.toml @@ -16,3 +16,4 @@ path = "src/pwd.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +com = { path = "../../lib/com" } |