We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a468e1e + 042e4bc commit 50e7c06Copy full SHA for 50e7c06
hermit-abi/Cargo.toml
@@ -1,18 +1,13 @@
1
[package]
2
name = "hermit-abi"
3
-version = "0.3.0"
+version = "0.3.1"
4
authors = ["Stefan Lankes"]
5
license = "MIT OR Apache-2.0"
6
-readme = "README.md"
7
edition = "2021"
8
-description = """
9
-hermit-abi is small interface to call functions from the unikernel RustyHermit.
10
-It is used to build the target `x86_64-unknown-hermit`.
11
-"""
+description = "Hermit system calls definitions."
12
repository = "https://github.com/hermitcore/rusty-hermit"
13
keywords = ["unikernel", "libos"]
14
categories = ["os"]
15
-documentation = "https://hermitcore.github.io/rusty-hermit/hermit_abi"
16
17
[dependencies]
18
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
0 commit comments