about summary refs log tree commit diff stats
path: root/usr/src/mei/pwd/Cargo.toml
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2024-07-13 00:05:42 -0500
committerRen Kararou <[email protected]>2024-07-13 00:05:42 -0500
commit2355137d412f48379d3fc81d6b727a786e0b765d (patch)
treef9af0aaf00cda62e8109b7f808b881c67da76a67 /usr/src/mei/pwd/Cargo.toml
parent80b2dd31531f24b070a83f2d56670249b58c6f4b (diff)
downloadk2spice-2355137d412f48379d3fc81d6b727a786e0b765d.tar.gz
k2spice-2355137d412f48379d3fc81d6b727a786e0b765d.tar.bz2
k2spice-2355137d412f48379d3fc81d6b727a786e0b765d.zip
add common lib, custom macros, courtesy of Skylar Bleed
Diffstat (limited to 'usr/src/mei/pwd/Cargo.toml')
-rw-r--r--usr/src/mei/pwd/Cargo.toml1
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" }