aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-07-21 17:57:03 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2020-07-21 17:57:03 +0000
commit4b795062f214c42ac60f9d8c7b9e02b1ee3b843d (patch)
tree3faf8bde98dbf8c612a93539c6028fdb7f878472 /Cargo.toml
parentUpdate all the deps (diff)
downloadminiserve-4b795062f214c42ac60f9d8c7b9e02b1ee3b843d.tar.gz
miniserve-4b795062f214c42ac60f9d8c7b9e02b1ee3b843d.zip
Remove badges from Cargo.toml as they're being deprecated by crates.io
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1bf9471..aff98a8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,10 +10,6 @@ keywords = ["serve", "http-server", "static-files", "http", "server"]
categories = ["command-line-utilities", "network-programming", "web-programming::http-server"]
edition = "2018"
-[badges]
-travis-ci = { repository = "svenstaro/miniserve", branch = "master" }
-maintenance = { status = "actively-developed" }
-
[profile.release]
lto = true
opt-level = 'z'