Skip to content

Commit 95e90e2

Browse files
committed
wip
1 parent 51f0b07 commit 95e90e2

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[workspace]
2+
members = ["compiler-builtins"]
3+
resolver = "3"

compiler-builtins/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ links = 'compiler-rt'
2727

2828
[lib]
2929
test = false
30+
bench = false
3031

3132
[dependencies]
3233
# For more information on this dependency see

crates/panic-handler/Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@ authors = ["Alex Crichton <[email protected]>"]
55
edition = "2024"
66
publish = false
77

8+
9+
[lib]
10+
test = false
11+
bench = false
12+
813
[dependencies]

0 commit comments

Comments
 (0)