[package]
edition = "2024"
name = "hellthrower_common"
version = "1.0.2"
authors = ["Mads Hvid Byriel <madshbyriel@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hellthrower Common"
homepage = "https://github.com/madsbyriel/hellthrower_common"
readme = "README.md"
categories = []
license = "MIT"
repository = "https://github.com/madsbyriel/hellthrower_common"
[lib]
name = "hellthrower_common"
path = "src/lib.rs"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]