Skip to content

Commit 6afe65a

Browse files
authored
run cargo diet on all crates (#36)
* run cargo diet on all crates * undo logger changes (makes no difference)
1 parent 9919546 commit 6afe65a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

bn254/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repository = { workspace = true }
88
homepage = { workspace = true }
99
license = { workspace = true }
1010
edition = { workspace = true }
11+
include = ["src/**/*"]
1112

1213
[dependencies]
1314
bytemuck = { workspace = true, features = ["derive"] }

program/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ homepage = { workspace = true }
1010
license = { workspace = true }
1111
edition = { workspace = true }
1212
rust-version = "1.79.0" # solana platform-tools rust version
13+
include = ["src/**/*", "README.md"]
1314

1415
[dependencies]
1516
bincode = { workspace = true }

sdk/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository = { workspace = true }
99
homepage = { workspace = true }
1010
license = { workspace = true }
1111
edition = { workspace = true }
12+
include = ["src/**/*", "README.md"]
1213

1314
[features]
1415
# "program" feature is a legacy feature retained to support v1.3 and older

0 commit comments

Comments
 (0)