mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-02-12 14:45:13 +08:00
11 lines
227 B
TOML
11 lines
227 B
TOML
[package]
|
|
name = "os"
|
|
version = "0.1.0"
|
|
authors = ["Yifan Wu <shinbokuow@163.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
log = "0.4"
|