mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-24 12:39:24 +00:00
19 lines
No EOL
397 B
TOML
19 lines
No EOL
397 B
TOML
[package]
|
|
name = "cuprate-constants"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
description = "Constant/static data used throughout Cuprate"
|
|
license = "MIT"
|
|
authors = ["hinto-janai"]
|
|
repository = "https://github.com/Cuprate/cuprate/tree/main/constants"
|
|
keywords = ["cuprate", "constants"]
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
|
|
[lints]
|
|
workspace = true |