tvl-depot/net/crimp
sterni b40c4500a3 chore(net/crimp): update dependencies
Change-Id: I30b945859347d8f9b0c6947ecc278a3e9cb7ec2c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11133
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2024-03-11 16:52:45 +00:00
..
src fix(net/crimp): correctly set content length for PUT requests 2024-03-11 16:36:36 +00:00
.gitignore chore(crimp): Prepare for depot merge 2019-12-21 01:27:49 +00:00
Cargo.lock chore(net/crimp): update dependencies 2024-03-11 16:52:45 +00:00
Cargo.toml chore(crimp): prepare release of v4087 2022-05-16 18:15:18 +00:00
default.nix chore(3p/sources): Bump channels & overlays 2022-09-28 08:02:31 +00:00
LICENSE chore(crimp): Prepare for depot merge 2019-12-21 01:27:49 +00:00
README.md docs(crimp): update README with depot information 2022-05-16 18:06:54 +00:00

crimp

Crimp is an HTTP client interface on top of the Rust bindings to cURL.

The documentation for this crate is primarily in the module documentation


This project is developed in the TVL monorepo. To work on it, you can either use a local clone of the entire repository or clone just the crimp subtree:

https://code.tvl.fyi/depot.git:/net/crimp.git

Please follow the TVL contribution guidelines.