diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-03-13 18:30:54 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-03-13 18:30:54 +0000 |
commit | 17ef61a126e81c9ecfd1ebdd89537e854a06cae6 (patch) | |
tree | 24669a4d54650bd6b114012d3b476852ea4b9210 /Cargo.toml | |
parent | upgraded to libflate 0.1.21 (diff) | |
download | miniserve-17ef61a126e81c9ecfd1ebdd89537e854a06cae6.tar.gz miniserve-17ef61a126e81c9ecfd1ebdd89537e854a06cae6.zip |
Switched to standard Rust logging system
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,4 +41,5 @@ tar = "0.4" bytes = "0.4.12" futures = "0.1.25" libflate = "0.1.21" -failure = "0.1.5"
\ No newline at end of file +failure = "0.1.5" +log = "0.4.6"
\ No newline at end of file |