cargo-makima/Cargo.toml

12 lines
321 B
TOML
Raw Permalink Normal View History

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