orlandos-nl / BSON

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

narrow NIO dependency to just NIOCore #72

Closed tayloraswift closed 2 years ago

tayloraswift commented 2 years ago

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

Joannis commented 2 years ago

Thanks for the PR!