Update Cargo.toml for publishing on crates.io
This commit is contained in:
parent
3ea06a847f
commit
ccdcbc4cae
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ Cargo.lock
|
|||||||
/testing
|
/testing
|
||||||
/process
|
/process
|
||||||
/log
|
/log
|
||||||
|
.DS_Store
|
12
Cargo.toml
12
Cargo.toml
@ -1,15 +1,21 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rusty_torrent"
|
name = "rusty_torrent"
|
||||||
version = "0.4.0"
|
version = "0.9.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
authors = ["Arlo Filley <filleyarlo@gmail.com>"]
|
||||||
|
exclude = ["testing/", "process/", ".vscode/"]
|
||||||
|
license = "MIT"
|
||||||
|
license-file = "LICENSE"
|
||||||
|
keywords = ["bittorrent", "torrent", "torrent client"]
|
||||||
|
readme = "README.md"
|
||||||
|
repository = "https://github.com/arlofilley/rusty_torrent"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
dns-lookup = "2.0.2"
|
dns-lookup = "2.0.2"
|
||||||
encoding_rs = "0.8.33"
|
|
||||||
log = "0.4.20"
|
log = "0.4.20"
|
||||||
log4rs = "1.2.0"
|
|
||||||
regex = "1.9.4"
|
regex = "1.9.4"
|
||||||
reqwest = "0.11.20"
|
reqwest = "0.11.20"
|
||||||
serde = { version = "1.0.183", features = ["derive"] }
|
serde = { version = "1.0.183", features = ["derive"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user