russel 0.0.3

A simple static site builder I built for myself.
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 = "russel"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple static site builder I built for myself."
readme = false
license = "Apache-2.0"

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

[[bin]]
name = "russ"
path = "src/main.rs"

[dependencies.axum]
version = "0.8.3"

[dependencies.clap]
version = "4.5.36"
features = ["derive"]

[dependencies.console]
version = "0.15.11"

[dependencies.indicatif]
version = "0.17.11"

[dependencies.notify]
version = "8.0.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.44.2"
features = ["full"]

[dependencies.tower-http]
version = "0.6.2"
features = ["fs"]