diff options
Diffstat (limited to 'nix-rust/Cargo.toml')
-rw-r--r-- | nix-rust/Cargo.toml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/nix-rust/Cargo.toml b/nix-rust/Cargo.toml deleted file mode 100644 index 1372e5a73..000000000 --- a/nix-rust/Cargo.toml +++ /dev/null @@ -1,23 +0,0 @@ -[package] -name = "nix-rust" -version = "0.1.0" -authors = ["Eelco Dolstra <edolstra@gmail.com>"] -edition = "2018" - -[lib] -name = "nixrust" -crate-type = ["cdylib"] - -[dependencies] -libc = "0.2" -#futures-preview = { version = "=0.3.0-alpha.19" } -#hyper = "0.13.0-alpha.4" -#http = "0.1" -#tokio = { version = "0.2.0-alpha.6", default-features = false, features = ["rt-full"] } -lazy_static = "1.4" -#byteorder = "1.3" - -[dev-dependencies] -hex = "0.3" -assert_matches = "1.3" -proptest = "0.9" |