aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2020-09-28 15:12:58 +0100
committerAndrew Walbran <qwandor@google.com>2020-10-20 12:34:44 +0100
commit641348654deac902ddb0212cbb414c516d37ff49 (patch)
tree42dafdc8ac23493aa189bbf8a0de6dd233e5a9f4 /Cargo.toml.orig
parent36c28ee478d2408f6aeab04a9ba2cc3a5d4e06f8 (diff)
downloadvsock-641348654deac902ddb0212cbb414c516d37ff49.tar.gz
Import vsock crate.
Bug: 171249434 Change-Id: I1b86487a9681af1007beb8a3b4dda64586ddde79
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig17
1 files changed, 17 insertions, 0 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
new file mode 100644
index 0000000..d6eaa17
--- /dev/null
+++ b/Cargo.toml.orig
@@ -0,0 +1,17 @@
+[package]
+name = "vsock"
+version = "0.2.1"
+authors = ["fsyncd"]
+description = "Virtio socket support for Rust"
+repository = "https://github.com/fsyncd/vsock-rs"
+license = "Apache-2.0"
+edition = "2018"
+exclude = ["test_fixture"]
+
+[dependencies]
+libc = "0.2.65"
+nix = "0.17.0"
+
+[dev-dependencies]
+rand = "0.7.2"
+sha2 = ">=0.8.0"