16 lines
443 B
TOML
16 lines
443 B
TOML
[package]
|
|
name = "libax"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
authors = ["cbax <libax@cbax.dev>"]
|
|
description = "Helper functions for cbax projects"
|
|
readme = "README.md"
|
|
homepage = "https://cbax.dev/libax"
|
|
repository = "https://git.cbax.dev/cbax/libax"
|
|
license = "GPL-3.0-or-later"
|
|
keywords = ["helper", "auxilary"]
|
|
publish = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|