X-Git-Url: https://piware.de/gitweb/?p=learn-rust.git;a=blobdiff_plain;f=call-c-from-rust%2FCargo.toml;h=b01f48aed0bbc147d9885323aa7724e14e61cba4;hp=535c6b9e4bf868f2be789e034ed8e0bf9cbd2b71;hb=HEAD;hpb=08dccd05a79d2cf2bdd4b6cd8ccaa8baa02b0a54 diff --git a/call-c-from-rust/Cargo.toml b/call-c-from-rust/Cargo.toml index 535c6b9..b01f48a 100644 --- a/call-c-from-rust/Cargo.toml +++ b/call-c-from-rust/Cargo.toml @@ -6,3 +6,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +errno = "*"