replace resource.rs with new http-entity crate

This crate is a slightly-more-polished and MIT-licensed version of
resource.rs. So far it has one advantage: running the tests doesn't
require RUST_TEST_THREADS=1.
This commit is contained in:
Scott Lamb
2016-12-20 18:29:45 -08:00
parent 86dd36d7a5
commit fee4141dc6
10 changed files with 32 additions and 777 deletions

View File

@@ -139,7 +139,7 @@ For instructions, you can skip to "[Camera configuration and hard disk mounting]
Once prerequisites are installed, Moonfire NVR can be built as follows:
$ RUST_TEST_THREADS=1 cargo test
$ cargo test
$ cargo build --release
$ sudo install -m 755 target/release/moonfire-nvr /usr/local/bin