libax/Cargo.toml

17 lines
443 B
TOML
Raw Permalink Normal View History

2023-06-09 02:46:29 +00:00
[package]
name = "libax"
2024-10-21 03:09:41 +00:00
version = "0.1.1"
2023-06-09 02:46:29 +00:00
edition = "2021"
2024-10-21 03:09:41 +00:00
authors = ["cbax <libax@cbax.dev>"]
2023-06-09 02:46:29 +00:00
description = "Helper functions for cbax projects"
readme = "README.md"
homepage = "https://cbax.dev/libax"
2024-10-21 03:09:41 +00:00
repository = "https://git.cbax.dev/cbax/libax"
2023-06-09 02:46:29 +00:00
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]