Initial commit

This commit is contained in:
2025-07-30 15:45:43 +08:00
commit b1b205b9b4
25 changed files with 1850 additions and 0 deletions

7
settings.gradle.kts Normal file
View File

@@ -0,0 +1,7 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
rootProject.name = "bson"
include("core")
include("datetime")
include("json")