commit message
This commit is contained in:
parent
24455d9eb8
commit
01679fd252
14 changed files with 410 additions and 1 deletions
24
asmblr/gleam.toml
Normal file
24
asmblr/gleam.toml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
name = "asmblr"
|
||||
version = "1.0.0"
|
||||
|
||||
# Fill out these fields if you intend to generate HTML documentation or publish
|
||||
# your project to the Hex package manager.
|
||||
#
|
||||
# description = ""
|
||||
# licences = ["Apache-2.0"]
|
||||
# repository = { type = "github", user = "", repo = "" }
|
||||
# links = [{ title = "Website", href = "" }]
|
||||
#
|
||||
# For a full reference of all the available options, you can have a look at
|
||||
# https://gleam.run/writing-gleam/gleam-toml/.
|
||||
|
||||
[dependencies]
|
||||
file_streams = ">= 1.7.0 and < 2.0.0"
|
||||
simplifile = ">= 2.3.2 and < 3.0.0"
|
||||
argv = ">= 1.0.2 and < 2.0.0"
|
||||
gleam_stdlib = ">= 0.68.1 and < 1.0.0"
|
||||
gleam_regexp = ">= 1.1.1 and < 2.0.0"
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
gleeunit = ">= 1.9.0 and < 2.0.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue