fix: trying to add crate features to docs.rs
This commit is contained in:
parent
8628b78598
commit
71140fb18a
2 changed files with 6 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -886,7 +886,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio-gemini"
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"base16ct",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tokio-gemini"
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
homepage = "https://unw.dc09.ru"
|
||||
|
@ -9,6 +9,10 @@ readme = "README.md"
|
|||
description = "Gemini protocol client and server implementation written in Rust with Tokio"
|
||||
categories = ["network-programming"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
base16ct = "0.2.0"
|
||||
base64ct = "1.6.0"
|
||||
|
|
Loading…
Reference in a new issue