Merge contributing notes into toplevel README.md

This commit is contained in:
Jonas Platte 2020-07-22 23:05:33 +02:00
parent 4238c91e24
commit 851560314c
No known key found for this signature in database
GPG key ID: 7D261D771D915378
3 changed files with 4 additions and 7 deletions

View file

@ -2,6 +2,10 @@
*Monorepo for our various Rust + Matrix crates.*
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).
## Minimum Rust version
Ruma currently requires Rust 1.43.0. In general, we will never require beta or

View file

@ -7,7 +7,3 @@
**ruma-client-api** contains serializable types for the requests and responses for each endpoint in the [Matrix](https://matrix.org/) client API specification.
These types can be shared by client and server code.
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).

View file

@ -6,9 +6,6 @@ These types can be shared by client and server code.
## Documentation
[https://docs.rs/ruma-federation-api](https://docs.rs/ruma-federation-api)
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).
## License
[MIT](http://opensource.org/licenses/MIT)