From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- third_party/rust/libudev/Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 third_party/rust/libudev/Cargo.toml (limited to 'third_party/rust/libudev/Cargo.toml') diff --git a/third_party/rust/libudev/Cargo.toml b/third_party/rust/libudev/Cargo.toml new file mode 100644 index 0000000000..4e3ff1b8b6 --- /dev/null +++ b/third_party/rust/libudev/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "libudev" +version = "0.2.0" +authors = ["David Cuddeback "] +description = "Rust wrapper for libudev" +license = "MIT" +homepage = "https://github.com/dcuddeback/libudev-rs" +repository = "https://github.com/dcuddeback/libudev-rs" +documentation = "http://dcuddeback.github.io/libudev-rs/libudev/" +keywords = ["udev", "hardware", "bindings", "sysfs", "systemd"] +readme = "README.md" + +[dependencies] +libudev-sys = "0.1.3" +libc = "0.2" -- cgit v1.2.3