mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-03-11 17:25:32 +00:00
12 lines
291 B
TOML
12 lines
291 B
TOML
[package]
|
|
name = "sample_crate"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[target.'cfg(any(target_os = "windows", target_os = "macos", target_os = "linux"))'.dependencies]
|
|
machineid-rs = "1.2.4"
|
|
|
|
[dependencies]
|
|
num = "0.4"
|
|
image = "0.24.3"
|
|
chrono = { version = "0.4.31", features = ["wasmbind"] }
|