erhant 0.1.7

My personal blog, hosted on docs.rs
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "erhant"
version = "0.1.7"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "My personal blog, hosted on docs.rs"
documentation = "https://docs.rs/erhant"
readme = "README.md"
license = "MIT"
repository = "https://github.com/erhant/"

[package.metadata.docs.rs]
rustdoc-args = [
    "--html-in-header",
    "styleheader.html",
]

[lib]
name = "erhant"
path = "src/lib.rs"