Switch to fork of tree_magic

This commit is contained in:
Matt Brubeck 2020-06-10 08:40:45 -07:00
parent c4aa71836b
commit 59c921c5d5
3 changed files with 86 additions and 75 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "agate"
version = "1.1.0"
version = "1.2.0"
authors = ["Matt Brubeck <mbrubeck@limpet.net>"]
description = "Very simple server for the Gemini hypertext protocol"
keywords = ["server", "gemini", "hypertext", "internet", "protocol"]
@ -15,14 +15,10 @@ async-tls = "0.7.0"
async-std = "1.5"
once_cell = "1.4"
rustls = "0.17.0"
tree_magic = "0.2.3"
tree_magic_mini = "1.0"
url = "2.1"
[profile.release]
lto = true
codegen-units = 1
panic = "abort"
[patch.crates-io.tree_magic]
git = "https://github.com/mbrubeck/tree_magic"
branch = "override"