mirror of
https://github.com/ivabus/cargo-makima
synced 2024-12-04 20:45:08 +03:00
12 lines
No EOL
321 B
TOML
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" |