Helps centralize dotfiles to a single repository
1name = "dotfiles"
2version = "1.0.0"
3
4# Fill out these fields if you intend to generate HTML documentation or publish
5# your project to the Hex package manager.
6#
7# description = ""
8# licences = ["Apache-2.0"]
9# repository = { type = "github", user = "", repo = "" }
10# links = [{ title = "Website", href = "" }]
11#
12# For a full reference of all the available options, you can have a look at
13# https://gleam.run/writing-gleam/gleam-toml/.
14
15[dependencies]
16gleam_stdlib = ">= 0.44.0 and < 2.0.0"
17simplifile = ">= 2.3.0 and < 3.0.0"
18filepath = ">= 1.1.2 and < 2.0.0"
19shellout = ">= 1.7.0 and < 2.0.0"
20argv = ">= 1.0.2 and < 2.0.0"
21envoy = ">= 1.0.2 and < 2.0.0"
22gleam_json = ">= 3.0.2 and < 4.0.0"
23
24[dev-dependencies]
25gleeunit = ">= 1.0.0 and < 2.0.0"