From b1cb34bbdc25b3d56c344f576906c9009891834e Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Thu, 15 Jul 2021 17:04:29 +0200 Subject: just use it directly, does not work in archive anyway --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..0e6a1bc --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "debian" +version = "0.1.0" +edition = "2018" + +[dependencies] +cbindgen = "0.19.0" -- cgit