mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-09 13:05:29 +00:00
Switch to fork of tree_magic
This commit is contained in:
parent
c4aa71836b
commit
59c921c5d5
3 changed files with 86 additions and 75 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue