15 lines
397 B
TOML
15 lines
397 B
TOML
[package]
|
|
name = "helpers"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["David Senk <david@ything.net>"]
|
|
description = "A collection of helper utilities for Rust projects"
|
|
readme = "README.md"
|
|
homepage = "https://git.ything.net/Ything-Public/helpers"
|
|
repository = "https://git.ything.net/Ything-Public/helpers"
|
|
license = "Apache-2.0"
|
|
license-file = "LICENSE"
|
|
publish = ["ything"]
|
|
|
|
[dependencies]
|