Skip to content

Commit 1c4bfe4

Browse files
committed
ABI: Make description smaller
1 parent debf9cf commit 1c4bfe4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

hermit-abi/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ version = "0.3.0"
44
authors = ["Stefan Lankes"]
55
license = "MIT OR Apache-2.0"
66
edition = "2021"
7-
description = """
8-
hermit-abi is small interface to call functions from the unikernel RustyHermit.
9-
It is used to build the target `x86_64-unknown-hermit`.
10-
"""
7+
description = "Hermit system calls definitions."
118
repository = "https://github.com/hermitcore/rusty-hermit"
129
keywords = ["unikernel", "libos"]
1310
categories = ["os"]

0 commit comments

Comments
 (0)