cargo-mono icon indicating copy to clipboard operation
cargo-mono copied to clipboard

Monolithic repository management for the rust programming language.

Results 3 cargo-mono issues
Sort by recently updated
recently updated
newest added

For the `Cargo.toml` below, `cargo mono bump` should bump `swc_ecmascript` if one of `autobump` is bumped. ```toml [package] name = "swc_ecmascript" [package.metadata.mono] autobump = [ "swc_ecma_ast", "swc_ecma_codegen", "swc_ecma_utils", "swc_ecma_transforms", "swc_ecma_visit",...