Skip to content

Commit 5667787

Browse files
authored
Exclude test files from crate (#1187)
### Why Make the crate smaller (context - stellar/rs-soroban-env#1294 (comment))
1 parent 3155dd9 commit 5667787

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

soroban-sdk/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ version.workspace = true
1010
edition = "2021"
1111
rust-version = "1.74"
1212

13+
exclude = ["test_snapshots/", "src/tests/"]
14+
1315
[lib]
1416
doctest = false
1517

0 commit comments

Comments
 (0)