Kiana Sheibani
badcec976a
Switch from surf to reqwest-blocking
...
Reqwest seems to be more popular, and a non-async API would simplify the
code without losing too much.
2023-09-02 01:36:28 -04:00
Kiana Sheibani
050ae2facf
Add sqlite dependency
2023-08-27 05:05:49 -04:00
Kiana Sheibani
17c139f694
Fix ID bug
2023-08-27 03:11:23 -04:00
Kiana Sheibani
99217eedb6
Write basic API call
2023-08-27 03:02:18 -04:00
Kiana Sheibani
e88066885e
Fix executable name
...
Cargo typically forces the executable name to be identical to the name
of the crate, which in this case is "cli". These config lines overwrite
that behavior.
2023-08-26 17:44:24 -04:00
Kiana Sheibani
298a8a5653
Change "scheme" to "schema"
...
Apparently I misread the GraphQL docs...
2023-08-26 16:25:11 -04:00
Kiana Sheibani
44c21d95ae
Basic package structure
2023-08-26 03:37:24 -04:00