[project] name = "ssg" version = "0.1.0" description = "Static site generator utilities for Lux" authors = ["Brandon Lucas"] license = "MIT" [dependencies] frontmatter = { version = "0.1.0", path = "../frontmatter" } markdown = { version = "0.1.0", path = "../markdown" } path = { version = "0.1.0", path = "../path" }