-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d14554f
commit 22eb85e
Showing
3 changed files
with
76 additions
and
36 deletions.
There are no files selected for viewing
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,16 +1,17 @@ | ||
name = "hug" | ||
version = "0.1.2" | ||
version = "1.0" | ||
licences = ["Apache-2.0"] | ||
description = "Helpful and pretty CLI messages" | ||
repository = { type = "github", user = "brettkolodny", repo = "gleam-hug" } | ||
gleam = ">= 0.32.0" | ||
gleam = ">= 0.33.0" | ||
|
||
[javascript.deno] | ||
allow_read = ["./gleam.toml", "./test/"] | ||
|
||
[dependencies] | ||
gleam_stdlib = "~> 0.32.0" | ||
gleam_community_ansi = "~> 1.2.0" | ||
gleam_stdlib = "~> 0.34.0" | ||
gleam_community_ansi = "~> 1.3" | ||
gleam_community_colour = "~> 1.3" | ||
|
||
[dev-dependencies] | ||
gleeunit = "~> 1.0" |
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
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