Skip to content

extrawurst/cargo-modify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cargo-modify

Currently a proof of concept for being able to switch the new resolver on/off via a cmd line call during a CI build job.

usage

run cargo modify in a folder that contains a Cargo.toml:

# set new resolver
cargo modify new-resolver
# same as above
cargo modify new-resolver --v2=true
# remove 'resolver' from Cargo.toml
cargo modify new-resolver --v2=false

Caution this will reorder your Cargo.toml arbitrarily. Primary use-case is to do on-the-fly changes on a CI

more

later we could use this to allow arbitrary edits on a Cargo.toml, ideas welcome.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages