Create a crate that handles pulling from and pushing to rust-lang/rust.
This can be invoked with the following:
$ cargo run -p josh-sync -- rustc-pull
$ RUSTC_GIT=/path/to/rust/checkout cargo run -p josh-sync -- rustc-push <username>
8 lines
100 B
TOML
8 lines
100 B
TOML
[package]
|
|
name = "josh-sync"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
directories = "6.0.0"
|