Merge branch 'main' into feature/create-project-root

This commit is contained in:
Javier Cicchelli 2025-01-28 00:53:58 +01:00
commit 7bd5ae6fcd
3 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import ArgumentParser
import ColibriLibrary
@main
struct Colibri: AsyncParsableCommand {

View File

@ -0,0 +1 @@
import Foundation

View File

@ -0,0 +1,3 @@
import Testing
struct ColibriLibraryTests {}