docs(crimp): update README with depot information
Change-Id: I48aca4f96178e9f25d58900798997e55c5062b43 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5619 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
e39e773464
commit
fe62a33645
1 changed files with 12 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
crimp
|
||||
=====
|
||||
|
||||
[![Build Status](https://travis-ci.org/tazjin/crimp.svg?branch=master)](https://travis-ci.org/tazjin/crimp)
|
||||
[![](https://img.shields.io/crates/v/crimp.svg)](https://crates.io/crates/crimp)
|
||||
[![](https://docs.rs/crimp/badge.svg)](https://docs.rs/crimp)
|
||||
|
||||
|
@ -11,5 +10,17 @@ cURL.
|
|||
The documentation for this crate is primarily in the [module
|
||||
documentation][]
|
||||
|
||||
-------
|
||||
|
||||
This project is developed in the [TVL monorepo][depot]. 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][contributing].
|
||||
|
||||
[Rust bindings]: https://docs.rs/curl
|
||||
[module documentation]: https://docs.rs/crimp
|
||||
[depot]: https://code.tvl.fyi/
|
||||
[contributing]: https://code.tvl.fyi/about/docs/CONTRIBUTING.md
|
||||
|
|
Loading…
Reference in a new issue