Initial commit
This commit is contained in:
commit
22ecf89c69
8 changed files with 1753 additions and 0 deletions
26
Cargo.toml
Normal file
26
Cargo.toml
Normal file
|
@ -0,0 +1,26 @@
|
|||
[package]
|
||||
name = "notipriv"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
authors = ["Rémi BERTHO <remi.bertho@dalan.fr>"]
|
||||
description = "UnifiedPush message sender"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
homepage = "https://dalan.fr"
|
||||
repository = "https://git.berthor.eu/dalan/notipriv"
|
||||
keywords = ["UnifiedPush", "notification"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
clap = {version ="4", features=["derive"]}
|
||||
human-panic = "1"
|
||||
shadow-rs = "0.23"
|
||||
confy = "0.5"
|
||||
serde = {version ="1", features = ["derive"]}
|
||||
reqwest = { version = "0.11", default_features = false, features = ["blocking", "rustls-tls"] }
|
||||
url = {version ="2", features=["serde"]}
|
||||
opener = "0.6"
|
||||
|
||||
[build-dependencies]
|
||||
shadow-rs = "0.23"
|
Loading…
Add table
Add a link
Reference in a new issue