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:
Maxime “pep” Buquet 2023-05-20 15:13:46 +02:00
commit b8aefb0159
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 146 additions and 0 deletions

15
Cargo.toml Normal file
View 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"