Skip to content

Commit

Permalink
Exclude test files from crate (#1187)
Browse files Browse the repository at this point in the history
### Why

Make the crate smaller (context -
stellar/rs-soroban-env#1294 (comment))
  • Loading branch information
sisuresh authored Dec 18, 2023
1 parent 3155dd9 commit 5667787
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions soroban-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ version.workspace = true
edition = "2021"
rust-version = "1.74"

exclude = ["test_snapshots/", "src/tests/"]

[lib]
doctest = false

Expand Down

0 comments on commit 5667787

Please sign in to comment.