You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
746 B
23 lines
746 B
[package] |
|
name = "autoytarchivers" |
|
version = "0.1.0" |
|
authors = ["blank X <theblankx@protonmail.com>"] |
|
edition = "2018" |
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
|
|
|
[profile.release] |
|
lto = true |
|
|
|
[dependencies] |
|
serde = { version = "1.0", features = ["derive"] } |
|
serde_json = "1.0" |
|
reqwest = "0.11" |
|
grammers-client = { git = "https://github.com/Lonami/grammers" } |
|
grammers-session = { git = "https://github.com/Lonami/grammers" } |
|
grammers-tl-types = { git = "https://github.com/Lonami/grammers" } |
|
quick-xml = "0.22" |
|
rand = "0.8" |
|
regex = "1.5" |
|
url = { version = "2.2", features = ["serde"] } |
|
tokio = { version = "1.5", features = ["rt-multi-thread", "process", "fs", "sync", "time", "io-util"] }
|
|
|