aboutsummaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorSimon THOBY <git@nightmared.fr>2023-01-09 19:32:26 +0100
committerSimon THOBY <git@nightmared.fr>2023-01-09 19:47:07 +0100
commitc3e3773cccd01f80f2d72a7691e0654d304e6b2d (patch)
tree369eb90e8a2da307d7cd8f0b15a3318bbdba0003 /macros
parent12a055ca570d814e5b213191e3847d5bffc8b9d5 (diff)
version bump + prepare the crate for publication on crates.iov0.8.0
Diffstat (limited to 'macros')
-rw-r--r--macros/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 82c8ad6..5d0f297 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -1,6 +1,11 @@
[package]
name = "rustables-macros"
version = "0.1.0"
+authors = ["Simon Thoby"]
+license = "GPL-3.0-or-later"
+description = "Internal macros for generation netlink structures for the rustables project"
+repository = "https://gitlab.com/rustwall/rustables"
+resolver = "2"
edition = "2021"
[lib]