forked from evaera/moonwave
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These changes have been moved, see (evaera#147)
- Loading branch information
1 parent
e1c7339
commit d3082b5
Showing
3 changed files
with
22 additions
and
15 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "moonwave" | ||
description = "Moonwave is a tool for generating documentation from comments in Lua source code." | ||
version = "1.1.2" | ||
version = "1.1.3" | ||
authors = ["eryn L. K. <[email protected]>"] | ||
license = "MPL-2.0" | ||
homepage = "https://eryn.io/moonwave/" | ||
|
@@ -22,18 +22,18 @@ opt-level = 1 | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
full_moon = { version = "0.19.0", features = ["stacker"] } | ||
full_moon = { version = "0.18.1", features = ["stacker"] } | ||
walkdir = "2" | ||
anyhow = "1.0.28" | ||
codespan-reporting = "0.11.1" | ||
codespan-reporting = "0.9.5" | ||
structopt = "0.3.18" | ||
serde = { version = "1.0.116", features = ["derive"] } | ||
serde_json = "1.0.58" | ||
pathdiff = "0.2.0" | ||
fs-err = "2.6.0" | ||
|
||
[dev-dependencies] | ||
insta = { version = "1.39.0", features = ["yaml"] } | ||
insta = { version = "1.1.0", features = ["yaml"] } | ||
|
||
[features] | ||
default = ["roblox"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters