Closed LiquidityC closed 4 years ago
Not sure how you feel regarding #257 but it's more or less standard to re-export dependencies from within the library. Avoids versioning issues and conflicts with other crates. Also makes the Cargo.toml a lot cleaner.
Just drop the PR if you don't agree.
Thanks! I'm OK with re-exporting some dependencies if this is the convention.
Not sure how you feel regarding #257 but it's more or less standard to re-export dependencies from within the library. Avoids versioning issues and conflicts with other crates. Also makes the Cargo.toml a lot cleaner.
Just drop the PR if you don't agree.