1
0
Fork 0
mirror of https://gitlab.com/bztsrc/bootboot.git synced 2023-02-13 20:54:32 -05:00
bztsrc--bootboot/mykernel/rust/Cargo.toml

10 lines
127 B
TOML
Raw Normal View History

2020-06-15 01:17:48 -04:00
[package]
name = "mykernel-rust"
version = "0.0.1"
2021-01-17 12:20:46 -05:00
authors = ["Vinay Chandra"]
2020-06-15 01:17:48 -04:00
edition = "2018"
[dependencies]
rlibc = "1.0"