merge von cleanup und main
This commit is contained in:
parent
79fa94e5d8
commit
97dfcd79bf
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -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
|
||||||
|
|
|
@ -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"
|
|
Loading…
Reference in a new issue