merge von cleanup und main

This commit is contained in:
nobody 2024-07-29 15:11:21 +02:00 committed by murmeldin
parent 79fa94e5d8
commit 97dfcd79bf
2 changed files with 6 additions and 6 deletions

6
.gitignore vendored
View file

@ -1,6 +1,8 @@
/target /target
/.idea /.idea
plenum_config.sqlite Cargo.lock
*.sqlite
*.sqlite3
.direnv .direnv
shell.nix shell.nix
pandoc-output.txt pandoc-output.txt

View file

@ -16,7 +16,5 @@ rand = "0.9.0-alpha.1"
rusqlite = "0.31.0" rusqlite = "0.31.0"
uuid = { version = "1.10.0", features = ["v4"] } uuid = { version = "1.10.0", features = ["v4"] }
log = "0.4.22" log = "0.4.22"
mediawiki = "0.3.1" clap = "4.5.11"
serde = { version = "1.0.204", features = ["derive"] } rpassword = "7.3.1"
api = "0.2.0"
base64 = "0.22.1"