Skip to content

Commit

Permalink
Update wally manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
LastTalon committed Aug 11, 2023
1 parent 81f9ca6 commit a023a5c
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions wally.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
[package]
name = "lasttalon/linked-list"
version = "0.1.0"
description = "A linked list implementation."
description = "A linked list implementation"
license = "MIT"
authors = ["Lucas Gangstad <lucas@lasttalon.dev>"]
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
exclude = ["*.spec.lua", "*.dev.lua", "tests", "docs"]
exclude = [
"*.spec.lua",
"*.dev.lua",
"tests",
"docs",
"aftman.toml",
"moonwave.toml",
"selene.toml",
"stylua.toml",
"testez-companion.toml",
"sourcemap.json",
"test.project.json",
"testez.yaml",
]

[dependencies]

Expand Down

0 comments on commit a023a5c

Please sign in to comment.