Skip to content

Commit

Permalink
toml
Browse files Browse the repository at this point in the history
  • Loading branch information
raquentin committed May 21, 2024
1 parent 08377d7 commit 5ee9598
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
name = "stripe"
version = "1.0.0"
version = "0.0.1"
description = "Stripe API bindings for Gleam."

# 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 = "username", repo = "project" }
# links = [{ title = "Website", href = "https://gleam.run" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
licences = ["MIT"]
repository = { type = "github", user = "raquentin", repo = "stripe" }

target = "erlang"

[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
Expand Down

0 comments on commit 5ee9598

Please sign in to comment.