feat: basic structure implemented

This commit is contained in:
2026-05-30 00:00:53 +02:00
parent d87ed452f4
commit 5ede25f061
5 changed files with 615 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "wordsmith"
version = "0.1.0"
edition = "2024"
[dependencies]
inquire = "0.9.4"
rusqlite = "0.40.0"