Skip to content
Snippets Groups Projects
Commit 0da9ce24 authored by Martin Kröning's avatar Martin Kröning :crab:
Browse files

Rename package to libhermit-rs

parent 4ad8d2c8
No related branches found
No related tags found
No related merge requests found
......@@ -30,5 +30,5 @@ jobs:
env:
RUSTDOCFLAGS: -D warnings
run: |
cargo doc -Z build-std=core,alloc --package rusty-hermit --no-deps --document-private-items --target x86_64-unknown-none
cargo doc -Z build-std=core,alloc --package rusty-hermit --no-deps --document-private-items --target aarch64-unknown-none-softfloat
cargo doc -Z build-std=core,alloc --package libhermit-rs --no-deps --document-private-items --target x86_64-unknown-none
cargo doc -Z build-std=core,alloc --package libhermit-rs --no-deps --document-private-items --target aarch64-unknown-none-softfloat
......@@ -21,7 +21,7 @@ jobs:
sudo apt-get update
sudo apt-get install nasm
- name: Generate documentation
run: cargo doc -Zbuild-std=core,alloc --target x86_64-unknown-none --package rusty-hermit
run: cargo doc -Zbuild-std=core,alloc --target x86_64-unknown-none --package libhermit-rs
- name: Generate index.html
run: |
cat > target/x86_64-unknown-none/doc/index.html <<EOL
......
......@@ -135,6 +135,30 @@ version = "0.2.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
[[package]]
name = "libhermit-rs"
version = "0.4.3"
dependencies = [
"aarch64",
"bitflags",
"crossbeam-utils",
"float-cmp",
"hermit-entry",
"include-transformed",
"log",
"multiboot",
"num",
"num-derive",
"num-traits",
"once_cell",
"pci-ids",
"qemu-exit",
"scopeguard",
"shell-words",
"time",
"x86",
]
[[package]]
name = "llvm-tools"
version = "0.1.1"
......@@ -429,30 +453,6 @@ dependencies = [
"winapi",
]
[[package]]
name = "rusty-hermit"
version = "0.4.3"
dependencies = [
"aarch64",
"bitflags",
"crossbeam-utils",
"float-cmp",
"hermit-entry",
"include-transformed",
"log",
"multiboot",
"num",
"num-derive",
"num-traits",
"once_cell",
"pci-ids",
"qemu-exit",
"scopeguard",
"shell-words",
"time",
"x86",
]
[[package]]
name = "scopeguard"
version = "1.1.0"
......
[package]
name = "rusty-hermit"
name = "libhermit-rs"
version = "0.4.3"
authors = [
"Stefan Lankes <slankes@eonerc.rwth-aachen.de>",
......@@ -16,7 +16,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["unikernel", "libos"]
categories = ["os"]
repository = "https://github.com/hermitcore/rusty-hermit"
repository = "https://github.com/hermitcore/libhermit-rs"
documentation = "https://hermitcore.github.io/libhermit-rs/hermit/"
edition = "2021"
description = "A Rust-based library operating system"
......
......@@ -3,7 +3,7 @@
# RustyHermit: libhermit-rs
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://hermitcore.github.io/libhermit-rs/hermit/)
[![License](https://img.shields.io/crates/l/rusty-hermit.svg)](https://img.shields.io/crates/l/rusty-hermit.svg)
![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue)
[![Slack Status](https://matrix.osbyexample.com:3008/badge.svg)](https://matrix.osbyexample.com:3008)
_libhermit-rs_ is the kernel of the [RustyHermit](https://github.com/hermitcore/rusty-hermit) unikernel project.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment