在代码目录引入Cargo工作区

dev
Runji Wang 5 years ago
parent b2b227f860
commit 14226d4c88

@ -0,0 +1,4 @@
[workspace]
members = [
"ch01-01",
]

@ -1,5 +1,5 @@
[package]
name = "zcore"
name = "ch01-01"
version = "0.1.0"
authors = ["Runji Wang <wangrunji0408@163.com>"]
edition = "2018"

@ -1,4 +1,5 @@
use super::*;
#![allow(dead_code)]
use super::{KernelObject, KoID, String};
// ANCHOR: dummy_def
use spin::Mutex;

Loading…
Cancel
Save