2024-06-22 16:40:56 +02:00
|
|
|
[package]
|
|
|
|
name = "shimmeringmoon"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
chrono = "0.4.38"
|
2024-07-18 20:17:39 +02:00
|
|
|
freetype-rs = "0.36.0"
|
2024-06-22 16:40:56 +02:00
|
|
|
image = "0.25.1"
|
|
|
|
num = "0.4.3"
|
2024-07-18 20:17:39 +02:00
|
|
|
plotters = { git="https://github.com/starlitcanopy/plotters.git", rev="986cd959362a2dbec8d1b25670fd083b904d7b8c", features=["bitmap_backend"] }
|
2024-06-22 16:40:56 +02:00
|
|
|
poise = "0.6.1"
|
|
|
|
sqlx = { version = "0.7.4", features = ["sqlite", "runtime-tokio", "chrono"] }
|
|
|
|
tesseract = "0.15.1"
|
|
|
|
tokio = {version="1.38.0", features=["rt-multi-thread"]}
|
|
|
|
|
2024-07-18 20:17:39 +02:00
|
|
|
[profile.dev.package."*"]
|
2024-06-22 16:40:56 +02:00
|
|
|
opt-level = 3
|