diff options
author | Ren Kararou <[email protected]> | 2023-11-14 11:45:16 -0600 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2023-11-14 11:45:16 -0600 |
commit | b6a1e4478a907f37053ca0aabb7c691b6d890743 (patch) | |
tree | 45adff15c34d7776dc27923307a2ef0268070137 /usr/src/mei/printf/Cargo.toml | |
parent | 075849614b1b722c0f95b32752da1acf35a4d421 (diff) | |
download | k2spice-b6a1e4478a907f37053ca0aabb7c691b6d890743.tar.gz k2spice-b6a1e4478a907f37053ca0aabb7c691b6d890743.tar.bz2 k2spice-b6a1e4478a907f37053ca0aabb7c691b6d890743.zip |
partially functional printf
Diffstat (limited to 'usr/src/mei/printf/Cargo.toml')
-rw-r--r-- | usr/src/mei/printf/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/mei/printf/Cargo.toml b/usr/src/mei/printf/Cargo.toml index ac4961b..57fe821 100644 --- a/usr/src/mei/printf/Cargo.toml +++ b/usr/src/mei/printf/Cargo.toml @@ -10,3 +10,4 @@ path = "src/printf.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +clap = { version = "4.4.8", features = ["derive"] } |