Tholp's bespoke website generator
at main 483 B view raw
1[package] 2name = "skidmark" 3version = "2025.11.14" 4edition = "2021" 5repository = "https://github.com/Tholp1/Skidmark" # for cargo-dist, also available at https://tangled.org/@tholps.site/skidmark 6 7[dependencies] 8boa_engine = "0.20.0" 9chrono = "0.4.41" 10clap = { version = "4.5.40", features = ["derive"] } 11colored = "3.0.0" 12glob = "0.3.2" 13markdown = "1.0.0" 14serde = "1.0.218" 15toml = "0.8.19" 16 17# The profile that 'dist' will build with 18[profile.dist] 19inherits = "release" 20lto = "thin"