diff options
author | Ren Kararou <[email protected]> | 2024-07-13 00:05:42 -0500 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2024-07-13 00:05:42 -0500 |
commit | 2355137d412f48379d3fc81d6b727a786e0b765d (patch) | |
tree | f9af0aaf00cda62e8109b7f808b881c67da76a67 /usr/src/lib/com/Cargo.toml | |
parent | 80b2dd31531f24b070a83f2d56670249b58c6f4b (diff) | |
download | k2spice-2355137d412f48379d3fc81d6b727a786e0b765d.tar.gz k2spice-2355137d412f48379d3fc81d6b727a786e0b765d.tar.bz2 k2spice-2355137d412f48379d3fc81d6b727a786e0b765d.zip |
add common lib, custom macros, courtesy of Skylar Bleed
Diffstat (limited to 'usr/src/lib/com/Cargo.toml')
-rw-r--r-- | usr/src/lib/com/Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/usr/src/lib/com/Cargo.toml b/usr/src/lib/com/Cargo.toml new file mode 100644 index 0000000..47b334d --- /dev/null +++ b/usr/src/lib/com/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "com" +version.workspace = true +edition.workspace = true +license.workspace = true +authors.workspace = true +description.workspace = true +documentation.workspace = true +repository.workspace = true +readme.workspace = true + +[dependencies] |