We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d7548 commit 7ff7b3cCopy full SHA for 7ff7b3c
gleam.toml
@@ -1,16 +1,9 @@
1
name = "esdee"
2
-version = "1.0.0"
+version = "1.0.0-rc1"
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/.
+description = "Gleam DNS-SD discovery on Erlang"
+licences = ["Apache-2.0"]
+repository = { type = "github", user = "sbergen", repo = "esdee" }
14
15
[dependencies]
16
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
0 commit comments