We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
authors
repository
Cargo.toml
1 parent 775e0ee commit 3f3a1c0Copy full SHA for 3f3a1c0
hermit-macro/Cargo.toml
@@ -1,8 +1,10 @@
1
[package]
2
name = "hermit-macro"
3
version = "0.1.0"
4
+authors = ["Martin Kröning <[email protected]>"]
5
edition = "2024"
6
description = "Proc macro implementation to defined system calls"
7
+repository = "https://github.com/hermit-os/kernel"
8
license = "MIT OR Apache-2.0"
9
10
[lib]
0 commit comments