Patriotism is a superstition artificially created and maintained through a network of lies and falsehoods; a superstition that robs man of his self-respect and dignity, and increases his arrogance and conceit.
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
commit
b8aefb0159
2 changed files with 146 additions and 0 deletions
15
Cargo.toml
Normal file
15
Cargo.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "cuskurs"
|
||||
version = "0.1.0"
|
||||
description = "Webhook to XMPP"
|
||||
edition = "2021"
|
||||
authors = ["Maxime “pep” Buquet <pep@bouah.net>"]
|
||||
license = "AGPL-3.0+"
|
||||
|
||||
[dependencies]
|
||||
gitlab = "0.1511.0"
|
||||
hyper = { version = "0.14", features = [ "full" ] }
|
||||
log = "0.4"
|
||||
tokio = { version = "1", features = [ "full" ] }
|
||||
pretty_env_logger = "0.5"
|
||||
serde_json = "1.0"
|
||||
Loading…
Reference in a new issue