29 lines
841 B
TOML
29 lines
841 B
TOML
[package]
|
|
name = "ji-chan"
|
|
version = "0.1.0"
|
|
authors = ["ElnuDev <elnu@elnu.com>"]
|
|
edition = "2024"
|
|
description = "Ji-chan (字ちゃん), the Discord bot and website manager for Tegaki Tuesday, the weekly Japanese handwriting challenge. https://tegakituesday.com/"
|
|
homepage = "https://tegakituesday.com/"
|
|
repository = "https://git.elnu.com/tegakituesday/ji-chan"
|
|
license = "GPL-3.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dotenv = "0.15"
|
|
rand = "0.9"
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.3"
|
|
serde_json = "1.0"
|
|
reqwest = "0.12"
|
|
slug = "0.1"
|
|
unicode_hfwidth = "0.2"
|
|
fs_extra = "1.3"
|
|
poise = "0.5.7"
|
|
clap = { version = "4.5.32", features = ["derive"] }
|
|
lazy_static = "1.5.0"
|
|
|
|
[dependencies.tokio]
|
|
version = "1.32"
|
|
features = ["macros", "signal", "rt-multi-thread"]
|