libax/Cargo.toml

17 lines
457 B
TOML
Raw Normal View History

2023-06-09 02:46:29 +00:00
[package]
name = "libax"
version = "0.1.0"
edition = "2021"
authors = ["cbax <cbax@doslabelectronics.com>"]
description = "Helper functions for cbax projects"
readme = "README.md"
homepage = "https://cbax.dev/libax"
repository = "https://github.com/LogoiLab/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]