Add minimal Rust project structure for bespoke site compiler: - rust-toolchain.toml: stable channel with rustfmt, clippy, rust-src - Cargo.toml: nrd-sh v0.1.0 with pulldown-cmark, gray_matter, maud - src/main.rs: stub entrypoint Verified with cargo check.
7 lines
55 B
Plaintext
7 lines
55 B
Plaintext
public
|
|
target
|
|
|
|
# Local Netlify folder
|
|
.netlify
|
|
target/
|