Skip to content

Releases: EmbarkStudios/krates

Release 0.1.1

04 Feb 11:29
Compare
Choose a tag to compare

Added

  • Added PkgSpec, an implementation of cargo's package id specifications
  • Added Builder::workspace, which allows the equivalent of cargo <cmd> --workspace when building the graph
  • Added Builder::exclude, which allows the equivalent of cargo <cmd> --exclude when building the graph

Release 0.1.0

04 Feb 11:29
Compare
Choose a tag to compare

Added

  • Initial implementation