chiark / gitweb /
initial commit, cargo init + edits + licence
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 21 Jul 2021 21:23:25 +0000 (22:23 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 21 Jul 2021 21:23:25 +0000 (22:23 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
.gitignore [new file with mode: 0644]
Cargo.lock [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
src/bin/client.rs [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..ea8c4bf
--- /dev/null
@@ -0,0 +1 @@
+/target
diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644 (file)
index 0000000..a575989
--- /dev/null
@@ -0,0 +1,7 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 3
+
+[[package]]
+name = "hippotat"
+version = "0.0.0"
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644 (file)
index 0000000..132fb77
--- /dev/null
@@ -0,0 +1,11 @@
+# Copyright 2021 Ian Jackson and contributors to Hippotat
+# SPDX-License-Identifier: AGPL-3.0-or-later
+# There is NO WARRANTY.
+
+[package]
+name = "hippotat"
+version = "0.0.0"
+edition = "2018"
+description="Asinine HTTP-over-IP"
+
+[dependencies]
diff --git a/src/bin/client.rs b/src/bin/client.rs
new file mode 100644 (file)
index 0000000..e00cb9c
--- /dev/null
@@ -0,0 +1,5 @@
+// Copyright 2021 Ian Jackson and contributors to Hippotat
+// SPDX-License-Identifier: AGPL-3.0-or-later
+// There is NO WARRANTY.
+
+fn main() { }
diff --git a/src/lib.rs b/src/lib.rs
new file mode 100644 (file)
index 0000000..89c165b
--- /dev/null
@@ -0,0 +1,4 @@
+// Copyright 2021 Ian Jackson and contributors to Hippotat
+// SPDX-License-Identifier: AGPL-3.0-or-later
+// There is NO WARRANTY.
+