18 lines
417 B
TOML
18 lines
417 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]
|
|
lithium-loader = { path = "lithium-loader" }
|
|
|
|
anyhow = "1.0.75"
|
|
thiserror = "1.0.50"
|
|
tokio = { version = "1.34.0", features = ["rt-multi-thread", "sync", "macros"] }
|
|
image = "0.24.7"
|
|
slab = "0.4.9"
|