-
Notifications
You must be signed in to change notification settings - Fork 13
/
Cargo.toml
40 lines (31 loc) · 1.04 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[workspace]
members = ["kernel", "bootstrap", "shell", "time", "libuser", "wall-clock",
"sm", "vi", "ahci", "fs", "libutils", "libkern", "swipc-gen",
"swipc-parser", "docs", "libtimezone", "disk-initializer", "loader",
"keyboard", "std_hello_world", "twili", "coreutils", "df"]
[patch.crates-io.libc]
git = "https://github.com/sunriseos/libc.git"
branch = "sunrise"
[patch.crates-io.uucore]
git = "https://github.com/sunriseos/uucore.git"
branch = "master"
[patch.crates-io.atty]
git = "https://github.com/sunriseos/atty.git"
branch = "master"
[patch.crates-io.clap]
git = "https://github.com/sunriseos/clap.git"
branch = "master"
[patch.crates-io.filetime]
git = "https://github.com/sunriseos/filetime.git"
branch = "master"
[patch.crates-io.platform-info]
git = "https://github.com/sunriseos/platform-info.git"
branch = "master"
[patch.crates-io.time]
git = "https://github.com/sunriseos/time.git"
branch = "v0.1"
[patch.crates-io.termsize]
git = "https://github.com/sunriseos/termsize.git"
branch = "master"
[profile.test]
debug = true