Add simple commands to query PokéAPI
This commit is contained in:
@@ -18,6 +18,9 @@ thiserror = "2.0.11"
|
||||
tokio = { version = "1.43.0", features = ["full"] }
|
||||
futures = "0.3.31"
|
||||
url = "2.5.4"
|
||||
rustemon = "4.0.0"
|
||||
openssl = { version = "0.10.70", features = ["vendored"] }
|
||||
uuid = { version = "1.12.1", features = ["v4"] }
|
||||
|
||||
[features]
|
||||
default = ["mysql", "postgres", "sqlite"]
|
||||
|
||||
Reference in New Issue
Block a user