chiark / gitweb /
metadata for 1.0
[hippotat.git] / Cargo.toml
index 639aa1135e6d62b91df0c81a2473b5a8a5ab1240..06bd902bc195b8b13de9b166a7ec02afc62749cd 100644 (file)
@@ -4,11 +4,12 @@
 
 [package]
 name = "hippotat"
-version = "0.0.1"
+version = "1.0.0"
 edition = "2018"
 description="Asinine HTTP-over-IP"
-license="GPL-3.0-or-later"
+license="GPL-3.0-or-later WITH LicenseRef-Hippotat-OpenSSL-Exception"
 repository="https://salsa.debian.org/iwj/hippotat"
+homepage="https://www.chiark.greenend.org.uk/~ianmdlvl/hippotat/current/docs/"
 
 [workspace]
 members = ["macros"]
@@ -23,7 +24,7 @@ path="server/server.rs"
 
 [dependencies]
 
-hippotat-macros = { version = "0.0.1", path = "macros" }
+hippotat-macros = { version = "1.0.0", path = "macros" }
 
 # versions specified here are mostly just guesses at what is needed
 # (or currently available):