Initial commit

That's a lotta stuff for an initial commit, but well...
This commit is contained in:
2024-05-25 19:22:26 +02:00
commit b0f35b03b9
99 changed files with 6476 additions and 0 deletions

8
settings.gradle.kts Normal file
View File

@@ -0,0 +1,8 @@
rootProject.name = "tweed5"
include("tweed5-core")
include("tweed5-default-extensions")
include("tweed5-patchwork")
include("tweed5-serde-api")
include("tweed5-serde-extension")
include("tweed5-serde-hjson")