-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Crates.io | ||
|
||
Crates.io is the Rust community's package registry. | ||
The crates.io | ||
[team](https://www.rust-lang.org/governance/teams/dev-tools#team-crates-io) | ||
develops [crates-io](https://github.com/rust-lang/crates.io) | ||
and the Infra team helps with the infrastructure. | ||
|
||
The crates.io app is deployed in Heroku, you can learn more about it in the | ||
crates-io [docs](https://github.com/rust-lang/crates.io/blob/main/docs/ARCHITECTURE.md). | ||
|
||
Here are the details of the crates.io infrastructure managed by the infra team: | ||
|
||
- [crates-io-logs](https://github.com/rust-lang/simpleinfra/tree/master/terragrunt/modules/crates-io-logs): | ||
the infrastructure that counts crates downloads. | ||
It is deployed in the AWS accounts `crates-io-prod` and `crates-io-staging`. | ||
|
||
## Versions | ||
|
||
These are the versions we need to keep up-to-date: | ||
|
||
- Terraform providers in `simpleinfra` repo. |