initial impl
This commit is contained in:
commit
c24a777dcc
6 changed files with 3241 additions and 0 deletions
20
Cargo.toml
Normal file
20
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue