Initial commit

This commit is contained in:
2026-01-25 16:47:18 -05:00
parent 81b73dd362
commit e8ab5e452e
14 changed files with 2361 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "Brig"
version = "0.1.0"
edition = "2024"
[dependencies]
mediawiki_rest_api = "0.2.1"
parse_wiki_text = "0.1.5"
tokio = { version = "1.48.0", features = ["rt", "rt-multi-thread", "macros"] }