rename binary
This commit is contained in:
parent
247f39e7ec
commit
5450f68e72
|
@ -9,6 +9,10 @@ readme = "README.md"
|
||||||
description = "A command-line static site generator"
|
description = "A command-line static site generator"
|
||||||
homepage = "https://roxy-docs.netlify.app"
|
homepage = "https://roxy-docs.netlify.app"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "roxy"
|
||||||
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
glob = "~0.3.1"
|
glob = "~0.3.1"
|
||||||
syntect = "~5.2.0"
|
syntect = "~5.2.0"
|
||||||
|
|
Loading…
Reference in a new issue