Skip to content

Commit 3f3a1c0

Browse files
stlankesmkroening
authored andcommitted
chore(hermit-macro): add authors, repository to Cargo.toml
1 parent 775e0ee commit 3f3a1c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hermit-macro/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[package]
22
name = "hermit-macro"
33
version = "0.1.0"
4+
authors = ["Martin Kröning <[email protected]>"]
45
edition = "2024"
56
description = "Proc macro implementation to defined system calls"
7+
repository = "https://github.com/hermit-os/kernel"
68
license = "MIT OR Apache-2.0"
79

810
[lib]

0 commit comments

Comments
 (0)