mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-21 23:56:18 +04:00
7b8252eb1b
Under aarch64 and x86_64, hello_rust can be built and loaded by `/busybox insmod hello_rust.ko`.
10 lines
155 B
TOML
10 lines
155 B
TOML
[package]
|
|
name = "hello_rust"
|
|
version = "0.1.0"
|
|
authors = ["gjz010 <gjz010944@gmail.com>"]
|
|
edition = "2018"
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|