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.
17 lines
479 B
17 lines
479 B
[package]
|
|
name = "daily-kanji"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
chrono = "0.4.26"
|
|
clap = { version = "4.3.19", features = ["cargo"] }
|
|
ego-tree = "0.6.2"
|
|
futures = "0.3.28"
|
|
hyper = { version = "0.14.27", features = ["http2", "client", "http1"] }
|
|
hyper-tls = "0.5.0"
|
|
json = "0.12.4"
|
|
scraper = "0.17.1"
|
|
tokio = { version = "1.29.1", features = ["rt-multi-thread"] }
|