init commit

This commit is contained in:
Nicholas Orlowsky 2025-07-06 20:49:07 -04:00
parent d4b364716f
commit 4466021f07
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
18 changed files with 4734 additions and 2 deletions

7
libseptastic/Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "libseptastic"
version = "0.1.0"
edition = "2024"
[dependencies]
sqlx = "0.8.6"