From d8cbadb8f5ca88672b193d144999b06fd48222e0 Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Wed, 1 May 2019 20:25:49 +0300 Subject: [PATCH] Initializing the crate. --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..4b74ee7 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "stdio-override" +version = "0.1.0" +license = "MIT/Apache-2.0" +authors = ["elichai2 "] +repository = "https://github.com/elichai/stdio-override" +readme = "README.md" +edition = "2018" + +[dependencies] +libc = "0.2" \ No newline at end of file