Initial auto create impl

This commit is contained in:
2025-12-07 20:31:05 +01:00
parent 6b2757a52f
commit 668870b92e
6 changed files with 167 additions and 20 deletions

View File

@@ -21,6 +21,7 @@ mc-vanilla = ["dep:serde", "dep:serde_json", "dep:reqwest"]
# Add new feature groups here; attach their optional dependencies to the relevant feature list.
[dependencies]
async-trait = "0.1.89"
chrono = {version = "0.4.42", optional = true}
regex = {version = "1.12.2", optional = true}
reqwest = { version = "0.12.24", optional = true, features = ["json"] }