Init
This commit is contained in:
commit
2892a0d272
11 changed files with 2641 additions and 0 deletions
24
Cargo.toml
Normal file
24
Cargo.toml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[package]
|
||||
name = "reddit-magnet"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "Monitor a Reddit user's posts for magnet links"
|
||||
repository = "https://git.enoent.fr/kernald/reddit-magnet"
|
||||
categories = ["command-line-utilities"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.32", features = ["derive"] }
|
||||
roux = "2.2.14"
|
||||
figment = { version = "0.10", features = ["toml", "json", "env"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
toml = "0.5"
|
||||
tokio = { version = "1.44.2", features = ["rt", "rt-multi-thread", "macros"] }
|
||||
regex = "1.10.3"
|
||||
figment_file_provider_adapter = "0.1.1"
|
||||
directories = "6.0.0"
|
||||
log = "0.4.27"
|
||||
color-eyre = "0.6.3"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
multimap = "0.10.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue