cargo-makima/Cargo.toml
2023-03-19 18:10:20 +03:00

12 lines
No EOL
321 B
TOML

[package]
description = "Makima's here to abuse you when running cargo~"
repository = "https://github.com/ivabus/cargo-makima"
license = "MIT"
name = "cargo-makima"
version = "0.1.1"
edition = "2021"
[dependencies]
rand = { version = "0.8.5" }
serde = { version = "1.0.151", features = ["derive"] }
serde_json = "1.0.91"