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