1
Fork 0
shimmeringmoon/Cargo.toml
prescientmoon a0e3decd7a
Initial commit, I guess
Signed-off-by: prescientmoon <git@moonythm.dev>
2024-06-22 16:40:56 +02:00

20 lines
424 B
TOML

[package]
name = "shimmeringmoon"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = "0.4.38"
edit-distance = "2.1.0"
image = "0.25.1"
num = "0.4.3"
plotlib = "0.5.1"
poise = "0.6.1"
prettytable-rs = "0.10.0"
sqlx = { version = "0.7.4", features = ["sqlite", "runtime-tokio", "chrono"] }
tesseract = "0.15.1"
tokio = {version="1.38.0", features=["rt-multi-thread"]}
[profile.dev.package.sqlx-macros]
opt-level = 3