.
This commit is contained in:
commit
b422ece932
9 changed files with 2419 additions and 0 deletions
18
web/planet-mars/Cargo.toml
Normal file
18
web/planet-mars/Cargo.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "planet-mars"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
# ammonia = "*" done by feed-rs
|
||||
clap = { version = "*", features = ["derive"] }
|
||||
env_logger = "*"
|
||||
feed-rs = "*"
|
||||
log = "*"
|
||||
serde = { version = "*", features = ["derive"] }
|
||||
slug = "*"
|
||||
tera = "*"
|
||||
toml = "*"
|
||||
ureq = { version = "3.0.0-rc5", features = ["brotli", "charset", "gzip", "native-tls"]}
|
||||
url = "*"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue