diff --git a/Cargo.toml b/Cargo.toml index 0b99321..403c06c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,3 +115,6 @@ required-features = ["std"] [profile.dev] # Makes tests run much faster at the cost of slightly longer builds and worse debug info. opt-level = 1 + +[patch.crates-io] +spongefish = { path = "../spongefish/spongefish" }