Hello all,

I'm pleased to announce the 1.1.0 release of cargo-lite:
<https://github.com/cmr/cargo-lite/tree/v1.1.0>. You can install it
with `pip install cargo-lite`. See the readme for more details. A
summary:

cargo-lite is a very simple package manager, with no concept of
versioning. It requires explicit configuration. It supports rebuilding
dependencies when they change (according to mtimes) or when rustc's
version changes. These features make it convenient for using when
doing development, but it does not attempt to solve any of the hard
problems of package management. It compiles crates with "-O" by
default.

I find it very useful (which is why I wrote it), and it eases a huge
pain: keeping libraries up to date with nightly rustc's. You may find
it useful too, even if it's not ideal.

-- 
http://octayn.net/
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to