11[package ]
22name = " tg-ch7"
3- version = " 0.0.1"
3+ description = " Chapter 7 of rCore Tutorial: Inter-process communication with pipe and signal handling."
4+ version = " 0.1.0-preview.1"
45edition = " 2021"
56authors = [" scPointer <jax01@foxmail.com>" ]
7+ repository = " https://github.com/rcore-os/rCore-Tutorial-in-single-workspace"
8+ homepage = " https://github.com/rcore-os/rCore-Tutorial-in-single-workspace"
9+ documentation = " https://docs.rs/tg-ch7"
10+ license = " MIT OR Apache-2.0"
11+ readme = " README.md"
12+ keywords = [" rcore" , " tutorial" , " no-std" , " riscv" , " ipc" ]
13+ categories = [" no-std" , " embedded" ]
614
715[features ]
816default = []
@@ -11,22 +19,22 @@ nobios = [
1119]
1220
1321[dependencies ]
14- virtio-drivers = { git = " https://github.com/rcore-os/virtio-drivers " , rev = " 4ee80e5 " }
22+ virtio-drivers = " 0.1.0 "
1523xmas-elf = " 0.8.0"
1624riscv = " 0.10.1"
1725spin = " 0.9"
1826
19- tg-sbi = { path = " ../tg-sbi" }
20- tg-linker = { path = " ../tg-linker" }
21- tg-console = { path = " ../tg-console" }
22- tg-kernel-context = { path = " ../tg-kernel-context" , features = [" foreign" ] }
23- tg-kernel-alloc = { path = " ../tg-kernel-alloc" }
24- tg-kernel-vm = { path = " ../tg-kernel-vm" }
25- tg-syscall = { path = " ../tg-syscall" , features = [" kernel" ] }
26- tg-task-manage = { path = " ../tg-task-manage" , features = [" proc" ] }
27- tg-easy-fs = { path = " ../tg-easy-fs" }
28- tg-signal = { path = " ../tg-signal" }
29- tg-signal-impl = { path = " ../tg-signal-impl" }
27+ tg-sbi = { path = " ../tg-sbi" , version = " 0.1.0-preview.1 " }
28+ tg-linker = { path = " ../tg-linker" , version = " 0.1.0-preview.2 " }
29+ tg-console = { path = " ../tg-console" , version = " 0.1.0-preview.2 " }
30+ tg-kernel-context = { path = " ../tg-kernel-context" , version = " 0.1.0-preview.1 " , features = [" foreign" ] }
31+ tg-kernel-alloc = { path = " ../tg-kernel-alloc" , version = " 0.1.0-preview.2 " }
32+ tg-kernel-vm = { path = " ../tg-kernel-vm" , version = " 0.1.0-preview.2 " }
33+ tg-syscall = { path = " ../tg-syscall" , version = " 0.1.0-preview.2 " , features = [" kernel" ] }
34+ tg-task-manage = { path = " ../tg-task-manage" , version = " 0.1.0-preview.1 " , features = [" proc" ] }
35+ tg-easy-fs = { path = " ../tg-easy-fs" , version = " 0.1.0-preview.2 " }
36+ tg-signal = { path = " ../tg-signal" , version = " 0.1.0-preview.1 " }
37+ tg-signal-impl = { path = " ../tg-signal-impl" , version = " 0.1.0-preview.1 " }
3038
3139[build-dependencies ]
32- tg-linker = { path = " ../tg-linker" }
40+ tg-linker = { path = " ../tg-linker" , version = " 0.1.0-preview.2 " }
0 commit comments