16 lines
424 B
TOML
16 lines
424 B
TOML
[package]
|
|
name = "cord-format"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "ZCD archive format — ZIP container for source, trig, shader, and CORDIC layers"
|
|
license = "MIT"
|
|
repository = "https://github.com/pszsh/cord"
|
|
keywords = ["format", "archive", "zip", "sdf", "cordic"]
|
|
categories = ["encoding", "graphics"]
|
|
|
|
[dependencies]
|
|
zip = "2"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
anyhow = "1"
|