orlandos-nl / BSON

Native Swift library for BSON (http://bsonspec.org)
https://orlandos.nl/docs/mongokitten/articles/bson
MIT License
108 stars 36 forks source link

narrow NIO dependency to just NIOCore #72

Closed tayloraswift closed 1 year ago

tayloraswift commented 1 year ago

this package does not need to depend on all of SwiftNIO, NIOCore is sufficient.

Joannis commented 1 year ago

Thanks for the PR!