14 lines
355 B
TOML
14 lines
355 B
TOML
|
[package]
|
||
|
name = "lithium"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
license = "MIT"
|
||
|
authors = ["antifallobst"]
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = "1.0.75"
|
||
|
thiserror = "1.0.50"
|
||
|
tokio = { version = "1.34.0", features = ["rt-multi-thread", "sync", "macros"] }
|
||
|
image = "0.24.7"
|