This is the last R

This commit is contained in:
Aoran Zeng
2025-07-22 19:49:56 +08:00
parent 94bf2f5caf
commit 1754a1a943
4 changed files with 38 additions and 35 deletions

View File

@@ -51,6 +51,23 @@ allprojects {
## Rust
- namespace = `rust`
- name = `cargo_config`
```toml
[source.crates-io]
replace-with = 'mirror'
[source.mirror]
registry = "sparse+@url@"
```
<br>
## Haskell
- namespace = `haskell`