mangayomi-mirror/native/sample_crate/Cargo.toml
2023-10-21 14:11:49 +01:00

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"] }