No default features for tide

This commit is contained in:
Michael Pfaff 2022-04-25 12:22:17 -04:00
parent 9e8d5ef5e9
commit 0db36d48cc
Signed by: michael
GPG Key ID: F1A27427218FCA77
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
nrid = { git = "https://git.pfaff.dev/michael/nrid.rs.git", tag = "v0.2.0", default-features = false }
tide = "0.16"
tide = { version = "0.16", default-features = false }
tracing = "0.1"
async-trait = "0.1"
num_enum = "0.5"