Skip to content

Commit

Permalink
enable stacker feature in full-moon (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
memorycode authored Jan 16, 2024
1 parent e31a4fa commit 7f3ba48
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
32 changes: 32 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ anyhow = "1.0"
clap = { version = "3.2.5", features = ["derive"] }
console = "0.15.7"
env_logger = { version = "0.10.1", default-features = false }
full_moon = { version = "0.19.0", features = ["roblox"] }
full_moon = { version = "0.19.0", features = ["roblox", "stacker"] }
log = "0.4.20"
serde = "1.0.137"
serde_json = "1.0.81"

[profile.dev.package.full_moon]
opt-level = 3

0 comments on commit 7f3ba48

Please sign in to comment.