summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2021-07-15 17:04:29 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2021-07-15 17:04:29 +0200
commitb1cb34bbdc25b3d56c344f576906c9009891834e (patch)
tree0750771fe47434c328a88ff779d9a9e15195355d /Cargo.toml
parentpath (diff)
downloadlibrewolf-debian-b1cb34bbdc25b3d56c344f576906c9009891834e.tar.gz
librewolf-debian-b1cb34bbdc25b3d56c344f576906c9009891834e.tar.bz2
librewolf-debian-b1cb34bbdc25b3d56c344f576906c9009891834e.zip
just use it directly, does not work in archive anyway
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
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"
bgstack15