Tholp's bespoke website generator
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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