From 97dfcd79bff676b27ce6396d14b295baffad6a0d Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 29 Jul 2024 15:11:21 +0200 Subject: [PATCH] merge von cleanup und main --- .gitignore | 6 ++++-- Cargo.toml | 6 ++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8fb9684..b4c2d35 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ /target /.idea -plenum_config.sqlite +Cargo.lock +*.sqlite +*.sqlite3 .direnv shell.nix -pandoc-output.txt \ No newline at end of file +pandoc-output.txt diff --git a/Cargo.toml b/Cargo.toml index bc05e47..e08859d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,5 @@ rand = "0.9.0-alpha.1" rusqlite = "0.31.0" uuid = { version = "1.10.0", features = ["v4"] } log = "0.4.22" -mediawiki = "0.3.1" -serde = { version = "1.0.204", features = ["derive"] } -api = "0.2.0" -base64 = "0.22.1" \ No newline at end of file +clap = "4.5.11" +rpassword = "7.3.1" \ No newline at end of file