mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
11 lines
143 B
TOML
11 lines
143 B
TOML
[package]
|
|
name = "publish"
|
|
version = "26.4.0"
|
|
edition = "2024"
|
|
|
|
[[bin]]
|
|
name = "publish"
|
|
path = "publish.rs"
|
|
|
|
[dependencies]
|
|
serde_json = "1.0" |