diff options
| author | Fuwn <[email protected]> | 2024-05-14 06:37:52 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-05-14 06:37:52 +0000 |
| commit | 71a9af2b1d79f2bdd70de171aa77e2f9ccd638a3 (patch) | |
| tree | fc3dec26c9280af36357100e33a30bf29998b908 /gleam.toml | |
| download | mayu-71a9af2b1d79f2bdd70de171aa77e2f9ccd638a3.tar.xz mayu-71a9af2b1d79f2bdd70de171aa77e2f9ccd638a3.zip | |
feat: initial release
Diffstat (limited to 'gleam.toml')
| -rw-r--r-- | gleam.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gleam.toml b/gleam.toml new file mode 100644 index 0000000..38d8da7 --- /dev/null +++ b/gleam.toml @@ -0,0 +1,24 @@ +# For a full reference of all the available options, you can have a look at +# https://gleam.run/writing-gleam/gleam-toml/. + +name = "mayu" +version = "0.1.0" +gleam = ">= 1.1.0" +description = "Moe-Counter Compatible Website Hit Counter" +licenses = ["GPL-3.0-only"] +repository = { type = "github", user = "Fuwn", repo = "mayu" } + +[dependencies] +gleam_stdlib = ">= 0.34.0 and < 2.0.0" +wisp = ">= 0.14.0 and < 1.0.0" +gsv = ">= 1.4.0 and < 2.0.0" +gleam_erlang = ">= 0.25.0 and < 1.0.0" +gleam_http = ">= 3.6.0 and < 4.0.0" +mist = ">= 1.0.0 and < 2.0.0" +sqlight = ">= 0.9.0 and < 1.0.0" +gleam_json = ">= 1.0.1 and < 2.0.0" +simplifile = ">= 1.7.0 and < 2.0.0" +birl = ">= 1.6.1 and < 2.0.0" + +[dev-dependencies] +gleeunit = ">= 1.0.0 and < 2.0.0" |