13 lines
336 B
TOML
13 lines
336 B
TOML
|
[package]
|
||
|
name = "stranger-site-gen"
|
||
|
version = "0.0.1-dev"
|
||
|
authors = [ "Nathan M <thatonelutenist@stranger.systems>" ]
|
||
|
edition = "2021"
|
||
|
description = "Djot based static site generator"
|
||
|
readme = "README.md"
|
||
|
license = "MIT"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|