Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
HermitCore
libhermit-rs
Commits
aa766687
Commit
aa766687
authored
May 04, 2019
by
Stefan Lankes
Browse files
update description, switch to latest version of bitflags
parent
824ab292
Changes
1
Hide whitespace changes
Inline
Side-by-side
librs/Cargo.toml
View file @
aa766687
...
...
@@ -5,6 +5,12 @@ authors = [
"Stefan Lankes <slankes@eonerc.rwth-aachen.de>"
,
"Colin Finck <colin.finck@rwth-aachen.de>"
]
license
=
"MIT/Apache-2.0"
readme
=
"README.md"
categories
=
["no-std"]
description
=
"""
A Rust-based, lightweight unikernel
"""
[lib]
crate-type
=
["staticlib"]
...
...
@@ -14,7 +20,7 @@ crate-type = ["staticlib"]
vga
=
[]
[dependencies]
bitflags
=
"1.0.
3
"
bitflags
=
"1.0.
5
"
spin
=
"0.4.9"
[target.'cfg(target_arch
=
"x86_64"
)
'.dependencies.hermit-multiboot]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment