@@ -7,17 +7,17 @@ let package = Package(
77 . library( name: " Leaf " , targets: [ " Leaf " ] ) ,
88 ] ,
99 dependencies: [
10- // Swift Promises, Futures, and Streams .
10+ // ⏱ Promises and reactive-streams in Swift built for high-performance and scalability .
1111 . package ( url: " https://github.com/vapor/async.git " , from: " 1.0.0-rc " ) ,
1212
13- // Core extensions, type-aliases, and functions that facilitate common tasks .
13+ // 🌎 Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging .
1414 . package ( url: " https://github.com/vapor/core.git " , from: " 3.0.0-rc " ) ,
1515
16- // Service container and configuration system .
16+ // 📦 Dependency injection / inversion of control framework .
1717 . package ( url: " https://github.com/vapor/service.git " , from: " 1.0.0-rc " ) ,
1818
19- // Easy-to-use foundation for building powerful templating languages in Swift.
20- . package ( url: " https://github.com/vapor/template-kit.git " , . branch ( " leaf -rc" ) ) ,
19+ // 📄 Easy-to-use foundation for building powerful templating languages in Swift.
20+ . package ( url: " https://github.com/vapor/template-kit.git " , from : " 1.0.0 -rc" ) ,
2121 ] ,
2222 targets: [
2323 . target( name: " Leaf " , dependencies: [ " Async " , " Bits " , " CodableKit " , " COperatingSystem " , " Service " , " TemplateKit " ] ) ,
0 commit comments