18 lines
473 B
TOML
18 lines
473 B
TOML
|
[package]
|
||
|
name = "galactica-util"
|
||
|
description = "Compile-time parameters for Galactica"
|
||
|
categories = { workspace = true }
|
||
|
keywords = { workspace = true }
|
||
|
version = { workspace = true }
|
||
|
rust-version = { workspace = true }
|
||
|
authors = { workspace = true }
|
||
|
edition = { workspace = true }
|
||
|
homepage = { workspace = true }
|
||
|
repository = { workspace = true }
|
||
|
license = { workspace = true }
|
||
|
documentation = { workspace = true }
|
||
|
readme = { workspace = true }
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|