initial impl

This commit is contained in:
Lilith Schier 2026-08-11 08:01:33 +02:00
commit c24a777dcc
6 changed files with 3241 additions and 0 deletions

20
Cargo.toml Normal file
View file

@ -0,0 +1,20 @@
[package]
name = "krait"
version = "0.1.0"
edition = "2024"
[dependencies]
dotenv = "0.15.0"
poise = "0.6.2"
serenity = { version = "0.12.5", features = ["collector"] }
tokio = { version = "1.53.1", features = ["rt-multi-thread"] }
tracing = "0.1.44"
tracing-subscriber = "0.3.23"
anyhow = "1.0.104"
nom = "8.0.0"
thiserror = "2.0.20"
nom-language = "0.1.0"
id-arena = "2.3.0"
rand_xoshiro = "0.8.1"
rand = "0.10.2"
itertools = "0.15.0"