rename binary

This commit is contained in:
Rowan 2024-12-05 00:41:09 -06:00
parent 247f39e7ec
commit 5450f68e72

View file

@ -9,6 +9,10 @@ readme = "README.md"
description = "A command-line static site generator"
homepage = "https://roxy-docs.netlify.app"
[[bin]]
name = "roxy"
path = "src/main.rs"
[dependencies]
glob = "~0.3.1"
syntect = "~5.2.0"