Merge branch '6-replace-queryresult-and-error-type-with-internal-types' into 'main'
Resolve "refactor: Replace QueryResult and Error type with internal types" Closes #6 See merge request subcom/mquery!4
No related branches found
No related tags found
... | @@ -6,6 +6,7 @@ edition = "2021" | ... | @@ -6,6 +6,7 @@ edition = "2021" |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | [dependencies] | ||
enum-as-inner = "0.6.0" | |||
prometheus-http-query = "0.8.0" | prometheus-http-query = "0.8.0" | ||
reqwest = "0.11.22" | reqwest = "0.11.22" | ||
url = "2.5.0" | url = "2.5.0" | ||
... | ... |
src/result.rs
0 → 100644
Please register or sign in to comment