exclude dev-notes.md from the crate

This commit is contained in:
askiiart 2024-12-02 20:01:47 -06:00
parent d22bbf0764
commit 5356632bf2
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30

View file

@ -8,6 +8,7 @@ description = "A safe, multi-threaded, async toolkit for adding Torznab APIs to
repository = "https://git.askiiart.net/askiiart/torznab-toolkit" repository = "https://git.askiiart.net/askiiart/torznab-toolkit"
keywords = ["torznab", "torrent", "torrents", "bittorrent"] keywords = ["torznab", "torrent", "torrents", "bittorrent"]
categories = ["asynchronous"] categories = ["asynchronous"]
exclude = ["dev-notes.md"]
[dependencies] [dependencies]
actix-rt = "2.10.0" actix-rt = "2.10.0"