13 lines
248 B
TOML
13 lines
248 B
TOML
|
[package]
|
||
|
name = "garnix"
|
||
|
authors.workspace = true
|
||
|
description.workspace = true
|
||
|
license.workspace = true
|
||
|
publish.workspace = true
|
||
|
readme.workspace = true
|
||
|
repository.workspace = true
|
||
|
version.workspace = true
|
||
|
edition.workspace = true
|
||
|
|
||
|
[dependencies]
|