Created the library and test targets as well as the executable and library products for the Package file.

This commit is contained in:
2025-01-11 00:06:58 +01:00
parent 3e8e321c73
commit ecbec1f4c8
4 changed files with 35 additions and 5 deletions
+13
View File
@@ -0,0 +1,13 @@
import ArgumentParser
import ColibriLibrary
@main
struct Colibri: AsyncParsableCommand {
// MARK: Functions
func run() async throws {
// ...
}
}