aboutsummaryrefslogtreecommitdiff
path: root/src/k2v-client/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into k2v-watch-range-2Alex Auvolat2023-01-261-7/+7
|\
| * Cargo.toml: Updated clap from 3.1.18 to 4.1.Jonathan Davies2023-01-261-1/+1
| |
| * k2v-client/Cargo.toml: Loosen dependencies.Jonathan Davies2023-01-261-5/+5
| |
| * Cargo.toml: Updated base64 from 0.13 to 0.21.Jonathan Davies2023-01-261-1/+1
| |
* | Poll cleanupAlex Auvolat2023-01-111-1/+1
| |
* | k2v-client libary poll_range and CLI poll-rangeAlex Auvolat2023-01-111-1/+2
|/
* Bump everything to v0.8.1Alex Auvolat2023-01-021-1/+1
|
* definitively expunge openssl from dependencies everywhereAlex Auvolat2022-10-141-1/+1
|
* Bump versions to 0.8.0 (compatibility is broken already)Alex Auvolat2022-09-061-1/+1
|
* Publish k2v-client crate to crates.io (#337)Alex2022-07-041-2/+7
| | | | | | | Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/337 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me>
* K2V client improvements (#307)v0.7.2Alex2022-05-241-0/+5
| | | | | | | | | | | - [x] Better distinguish error types - [x] Parse error messages received from server - [x] Remove `src/` folder layer, we don't have that for other crates Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/307 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me>
* Add a K2V client library and CLI (#303)trinity-1686a2022-05-181-0/+27
lib.rs could use getting split in modules, but I'm not sure how exactly Co-authored-by: trinity-1686a <trinity@deuxfleurs.fr> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/303 Co-authored-by: trinity-1686a <trinity.pointard@gmail.com> Co-committed-by: trinity-1686a <trinity.pointard@gmail.com>