Skip to content

Commit

Permalink
adding docs metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Feb 16, 2024
1 parent bc286cc commit 38ed0a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ license = "BSD-3-Clause"
telegram = [ "dep:teloxide", "dep:url" ]
string = []
cli = []
full = ["telegram", "string", "cli"]

[dependencies]
teloxide = { version = "0.12", optional = true }
url = { version = "2.5.0", optional = true }

[dev-dependencies]
serde = "1.0.196"
serde_json = "1.0.113"
serde_json = "1.0.113"

[package.metadata.docs.rs]
all-features = true

0 comments on commit 38ed0a1

Please sign in to comment.