Initial auto create impl
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user