Skip to content

Commit 6047a89

Browse files
committed
Comment out main.rs for now
1 parent a802032 commit 6047a89

File tree

3 files changed

+2
-129
lines changed

3 files changed

+2
-129
lines changed

Cargo.lock

Lines changed: 2 additions & 117 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,7 @@ exclude = ["examples/basic", "examples/test_framework"]
2323

2424

2525
[dependencies]
26-
argh = "0.1.3"
27-
displaydoc = "0.1.7"
2826
anyhow = "1.0.32"
29-
llvm-tools = "0.1.1"
30-
thiserror = "1.0.20"
31-
json = "0.12.4"
3227
fatfs = "0.3.4"
3328
gpt = "3.0.0"
3429

@@ -38,13 +33,6 @@ gpt = "3.0.0"
3833
# artifact = ["bin"]
3934
# target = "x86_64-unknown-uefi"
4035

41-
[build-dependencies]
42-
llvm-tools-build = { version = "0.1", optional = true, package = "llvm-tools" }
43-
toml = { version = "0.5.1", optional = true }
44-
serde = { version = "1.0", features = ["derive"], optional = true }
45-
quote = { version = "1.0", optional = true }
46-
proc-macro2 = { version = "1.0", optional = true }
47-
4836

4937
[profile.dev]
5038
panic = "abort"
File renamed without changes.

0 commit comments

Comments
 (0)