getsentry / sentry-kafka-schemas

https://getsentry.github.io/sentry-kafka-schemas/
Other
4 stars 1 forks source link

build(rust): Streamline dependencies #329

Closed jan-auer closed 2 weeks ago

jan-auer commented 2 weeks ago

Streamlines both build and runtime dependencies of the Rust crate:

Ideally, I would also remove the duplicated build-dependencies from dependencies as these are all enabled by default. However, I wasn't sure how the build script was intended to be used, so I left it alone.