From f964e2c3c2338434b57b6adf25dfbc346bb89b33 Mon Sep 17 00:00:00 2001 From: Lorenz Leitner Date: Sun, 10 Oct 2021 14:16:03 +0200 Subject: Basic (re)implementation of gonzobot wolfram alpha --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 16909db..bbf6c64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ sasl = "0.5" base64 = "0.13" serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0" toml = "0.5" anyhow = "1" @@ -29,6 +30,8 @@ sedregex = { version = "0.2", git = "https://gitlab.com/audron/sedregex" } rand = "0.8.3" +reqwest = "0.11" + [features] default = [] -- cgit v1.2.3 it
A tool to clone and pull whole group trees from a git forge, properly organized on disk.Max Audron <me@audron.dev>
aboutsummaryrefslogtreecommitdiff
path: root/README.org (unfollow)
Commit message (Collapse)AuthorLines
2026-01-06release 1.1.01.1.0Max Audron-2/+2
- rewrite git implementation to use gix - only checkout repo if clean - fix wrong ref being updated on checkout if branch contained slash - update dependencies and rust version
2026-01-06update READMEMax Audron-70/+3
2025-04-08cleanup warnings and unused codeMax Audron-36/+3
2025-04-08only checkout repo if cleanMax Audron-174/+343
2025-03-26delete files removed from index during checkoutMax Audron-3/+29
2025-03-26fix wrong ref being updated on checkout if branch contained slashMax Audron-2/+4
2025-03-26update dependencies and rust versionMax Audron-903/+1501
2024-09-04i do not know what i did anymoreMax Audron-14/+45
2024-03-27refactor testsMax Audron-23/+29
2024-03-27reorganize repo git implsMax Audron-209/+235
2024-03-27implement basic cloning and updating with gixMax Audron-771/+2229
2023-08-02release 1.0.4Max Audron-1/+1
- add error message if no projects are found - document issue with ssh config being ignored
2023-08-02fix static compile on darwinMax Audron-9/+16
2023-08-02add direnv to gitignoreMax Audron-0/+1
2023-08-02document issue with ignored ssh configMax Audron-0/+14
2023-08-02add error message if no projects foundMax Audron-2/+6
2023-08-02setup new nix flake using craneMax Audron-115/+225
2023-06-22update dependenciesMax Audron-469/+457
2022-07-06release 1.0.1Max Audron-1/+57
- fix gitlab api not returning all results
2022-07-06paginate results from gitlab apiMax Audron-11/+36
2022-06-20add gitlab upload commandMax Audron-0/+4
2022-06-20prepare release 1.0.0Max Audron-3/+17