Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhu committed May 29, 2020
1 parent 4f857e4 commit 29b4f25
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 23 deletions.
2 changes: 1 addition & 1 deletion sys/driver/ixgbe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ default-features = false

[features]
default = [
# "nullnet",
"nullnet",
]

nullnet = []
4 changes: 2 additions & 2 deletions sys/init/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ default-features = false

[features]
default = [
"test_ab",
"test_cd",
# "test_ab",
# "test_cd",
"shadow",
# "benchnet",
# "benchnvme"
Expand Down
1 change: 0 additions & 1 deletion sys/lib/libdma/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
slabmalloc = { path = "../slabmalloc" }
libsyscalls = { path = "../libsyscalls", version = "0.1.0" }

#[dev-dependencies]
Expand Down
1 change: 0 additions & 1 deletion sys/lib/libsyscalls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
spin = { path = "../../../lib/spin-rs" }
x86_64 = "0.7.5"
syscalls = { path = "../../interfaces/syscalls", version = "0.1.0"}
platform = { path = "../../interfaces/platform", version = "0.1.0"}
pc-keyboard = "0.3.1"
Expand Down
1 change: 0 additions & 1 deletion sys/lib/libtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
#spin = "0.5.2"
x86_64 = "0.7.5"
libsyscalls = { path = "../libsyscalls", version = "0.1.0"}
console = { path = "../console", version = "0.1.0"}

Expand Down
1 change: 0 additions & 1 deletion sys/lib/tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
slabmalloc = { path = "../slabmalloc" }
libsyscalls = { path = "../libsyscalls", version = "0.1.0" }
spin = { path = "../../../lib/spin-rs" }
hashbrown = "0.6"
Expand Down
2 changes: 0 additions & 2 deletions usr/proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ panic = "abort"
debug = true

[dependencies]
x86_64 = "0.7.5"
syscalls = { path = "../../sys/interfaces/syscalls", version = "0.1.0" }
usr = { path = "../../sys/interfaces/usr", version = "0.1.0" }
create = { path = "../../sys/interfaces/create", version = "0.1.0" }
proxy = { path = "../../sys/interfaces/proxy", version = "0.1.0" }
libsyscalls = { path = "../../sys/lib/libsyscalls", version = "0.1.0" }
libtime = { path = "../../sys/lib/libtime", version = "0.1.0" }
console = { path = "../../sys/lib/console", version = "0.1.0" }
slabmalloc = { path = "../../sys/lib/slabmalloc" }
malloc = { path = "../../sys/lib/malloc", version = "0.1.0" }
rref = { path = "../../sys/lib/rref", version = "0.1.0" }
spin = { path = "../../lib/spin-rs" }
Expand Down
2 changes: 0 additions & 2 deletions usr/shadow/net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ panic = "abort"
debug = true

[dependencies]
x86_64 = "0.7.5"
syscalls = { path = "../../../sys/interfaces/syscalls", version = "0.1.0" }
usr = { path = "../../../sys/interfaces/usr", version = "0.1.0" }
create = { path = "../../../sys/interfaces/create", version = "0.1.0" }
proxy = { path = "../../../sys/interfaces/proxy", version = "0.1.0" }
libsyscalls = { path = "../../../sys/lib/libsyscalls", version = "0.1.0" }
libtime = { path = "../../../sys/lib/libtime", version = "0.1.0" }
console = { path = "../../../sys/lib/console", version = "0.1.0" }
slabmalloc = { path = "../../../sys/lib/slabmalloc" }
malloc = { path = "../../../sys/lib/malloc", version = "0.1.0" }
rref = { path = "../../../sys/lib/rref", version = "0.1.0" }
spin = { path = "../../../lib/spin-rs" }
Expand Down
2 changes: 0 additions & 2 deletions usr/shadow/nvme/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ panic = "abort"
debug = true

[dependencies]
x86_64 = "0.7.5"
syscalls = { path = "../../../sys/interfaces/syscalls", version = "0.1.0" }
usr = { path = "../../../sys/interfaces/usr", version = "0.1.0" }
create = { path = "../../../sys/interfaces/create", version = "0.1.0" }
proxy = { path = "../../../sys/interfaces/proxy", version = "0.1.0" }
libsyscalls = { path = "../../../sys/lib/libsyscalls", version = "0.1.0" }
libtime = { path = "../../../sys/lib/libtime", version = "0.1.0" }
console = { path = "../../../sys/lib/console", version = "0.1.0" }
slabmalloc = { path = "../../../sys/lib/slabmalloc" }
malloc = { path = "../../../sys/lib/malloc", version = "0.1.0" }
rref = { path = "../../../sys/lib/rref", version = "0.1.0" }
spin = { path = "../../../lib/spin-rs" }
Expand Down
2 changes: 0 additions & 2 deletions usr/test/dom_a/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ panic = "abort"
debug = true

[dependencies]
x86_64 = "0.7.5"
syscalls = { path = "../../../sys/interfaces/syscalls", version = "0.1.0" }
usr = { path = "../../../sys/interfaces/usr", version = "0.1.0" }
create = { path = "../../../sys/interfaces/create", version = "0.1.0" }
proxy = { path = "../../../sys/interfaces/proxy", version = "0.1.0" }
libsyscalls = { path = "../../../sys/lib/libsyscalls", version = "0.1.0" }
libtime = { path = "../../../sys/lib/libtime", version = "0.1.0" }
console = { path = "../../../sys/lib/console", version = "0.1.0" }
slabmalloc = { path = "../../../sys/lib/slabmalloc" }
malloc = { path = "../../../sys/lib/malloc", version = "0.1.0" }
rref = { path = "../../../sys/lib/rref", version = "0.1.0" }
tls = { path = "../../../sys/lib/tls", version = "0.1.0" }
Expand Down
2 changes: 0 additions & 2 deletions usr/test/dom_b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ panic = "abort"
debug = true

[dependencies]
x86_64 = "0.7.5"
syscalls = { path = "../../../sys/interfaces/syscalls", version = "0.1.0" }
usr = { path = "../../../sys/interfaces/usr", version = "0.1.0" }
create = { path = "../../../sys/interfaces/create", version = "0.1.0" }
proxy = { path = "../../../sys/interfaces/proxy", version = "0.1.0" }
libsyscalls = { path = "../../../sys/lib/libsyscalls", version = "0.1.0" }
libtime = { path = "../../../sys/lib/libtime", version = "0.1.0" }
console = { path = "../../../sys/lib/console", version = "0.1.0" }
slabmalloc = { path = "../../../sys/lib/slabmalloc" }
malloc = { path = "../../../sys/lib/malloc", version = "0.1.0" }
rref = { path = "../../../sys/lib/rref", version = "0.1.0" }
spin = { path = "../../../lib/spin-rs" }
Expand Down
2 changes: 0 additions & 2 deletions usr/test/dom_c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ panic = "abort"
debug = true

[dependencies]
x86_64 = "0.7.5"
syscalls = { path = "../../../sys/interfaces/syscalls", version = "0.1.0" }
usr = { path = "../../../sys/interfaces/usr", version = "0.1.0" }
create = { path = "../../../sys/interfaces/create", version = "0.1.0" }
proxy = { path = "../../../sys/interfaces/proxy", version = "0.1.0" }
libsyscalls = { path = "../../../sys/lib/libsyscalls", version = "0.1.0" }
libtime = { path = "../../../sys/lib/libtime", version = "0.1.0" }
console = { path = "../../../sys/lib/console", version = "0.1.0" }
slabmalloc = { path = "../../../sys/lib/slabmalloc" }
malloc = { path = "../../../sys/lib/malloc", version = "0.1.0" }
rref = { path = "../../../sys/lib/rref", version = "0.1.0" }
spin = { path = "../../../lib/spin-rs" }
Expand Down
2 changes: 0 additions & 2 deletions usr/test/dom_d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ panic = "abort"
debug = true

[dependencies]
x86_64 = "0.7.5"
syscalls = { path = "../../../sys/interfaces/syscalls", version = "0.1.0" }
usr = { path = "../../../sys/interfaces/usr", version = "0.1.0" }
create = { path = "../../../sys/interfaces/create", version = "0.1.0" }
proxy = { path = "../../../sys/interfaces/proxy", version = "0.1.0" }
libsyscalls = { path = "../../../sys/lib/libsyscalls", version = "0.1.0" }
libtime = { path = "../../../sys/lib/libtime", version = "0.1.0" }
console = { path = "../../../sys/lib/console", version = "0.1.0" }
slabmalloc = { path = "../../../sys/lib/slabmalloc" }
malloc = { path = "../../../sys/lib/malloc", version = "0.1.0" }
rref = { path = "../../../sys/lib/rref", version = "0.1.0" }
spin = { path = "../../../lib/spin-rs" }
Expand Down
2 changes: 0 additions & 2 deletions usr/test/shadow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ panic = "abort"
debug = true

[dependencies]
x86_64 = "0.7.5"
syscalls = { path = "../../../sys/interfaces/syscalls", version = "0.1.0" }
usr = { path = "../../../sys/interfaces/usr", version = "0.1.0" }
create = { path = "../../../sys/interfaces/create", version = "0.1.0" }
proxy = { path = "../../../sys/interfaces/proxy", version = "0.1.0" }
libsyscalls = { path = "../../../sys/lib/libsyscalls", version = "0.1.0" }
libtime = { path = "../../../sys/lib/libtime", version = "0.1.0" }
console = { path = "../../../sys/lib/console", version = "0.1.0" }
slabmalloc = { path = "../../../sys/lib/slabmalloc" }
malloc = { path = "../../../sys/lib/malloc", version = "0.1.0" }
rref = { path = "../../../sys/lib/rref", version = "0.1.0" }
spin = { path = "../../../lib/spin-rs" }
Expand Down

0 comments on commit 29b4f25

Please sign in to comment.