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 /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 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index f728548..6bb1f20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ members = [ "usr/src/mei/printf", "usr/src/mei/false", "usr/src/mei/hostname", + "usr/src/lib/com", ] default-members = [ "usr/src/mei/true", @@ -33,4 +34,3 @@ readme = "README.md" nix = "0.27" clap = { version = "4.4.8", features = ["derive"] } serde = { version = "1.0.192", features = ["derive"] } - |
