Skip to content

Commit

Permalink
move bootstrap utils into bootstrap/src/utils module
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Oct 7, 2023
1 parent 1fca1ad commit 3a7cf2c
Show file tree
Hide file tree
Showing 15 changed files with 294 additions and 858 deletions.
10 changes: 5 additions & 5 deletions src/bootstrap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@ build = "build.rs"
default-run = "bootstrap"

[lib]
path = "lib.rs"
path = "src/lib.rs"
doctest = false

[[bin]]
name = "bootstrap"
path = "bin/main.rs"
path = "src/bin/main.rs"
test = false

[[bin]]
name = "rustc"
path = "bin/rustc.rs"
path = "src/bin/rustc.rs"
test = false

[[bin]]
name = "rustdoc"
path = "bin/rustdoc.rs"
path = "src/bin/rustdoc.rs"
test = false

[[bin]]
name = "sccache-plus-cl"
path = "bin/sccache-plus-cl.rs"
path = "src/bin/sccache-plus-cl.rs"
test = false

[dependencies]
Expand Down
Loading

0 comments on commit 3a7cf2c

Please sign in to comment.