add more cargo stuffs
This commit is contained in:
parent
4df2f252b2
commit
d22bbf0764
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
||||||
name = "torznab-toolkit"
|
name = "torznab-toolkit"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "GPL-3.0-or-later"
|
||||||
|
readme = "README.md"
|
||||||
|
description = "A safe, multi-threaded, async toolkit for adding Torznab APIs to programs."
|
||||||
|
repository = "https://git.askiiart.net/askiiart/torznab-toolkit"
|
||||||
|
keywords = ["torznab", "torrent", "torrents", "bittorrent"]
|
||||||
|
categories = ["asynchronous"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-rt = "2.10.0"
|
actix-rt = "2.10.0"
|
||||||
|
|
Loading…
Reference in a new issue