chiark / gitweb /
zcoord, wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 9 Oct 2020 20:53:41 +0000 (21:53 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 9 Oct 2020 20:53:41 +0000 (21:53 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock.example
Cargo.toml
zcoord/Cargo.toml [new file with mode: 0644]
zcoord/src/lib.rs [new file with mode: 0644]

index 3a340819c5ec08266384ae22550409c44d9764ed..16a6616f47fcdfe2e3bf64f93f33255142542176 100644 (file)
@@ -1116,6 +1116,10 @@ dependencies = [
  "vecdeque-stableix",
 ]
 
+[[package]]
+name = "otter-zcoord"
+version = "0.0.1"
+
 [[package]]
 name = "pear"
 version = "0.1.4"
index 75cf41f1639ef6fd9933ba130adb85af59edd26d..7aeb854ea0e2d02f169205c6b83be4a5f067a1ae 100644 (file)
@@ -10,6 +10,9 @@ license = "AGPL-3.0-or-later"
 version = "0.0.1"
 edition = "2018"
 
+[workspace]
+members = ["zcoord"]
+
 [dependencies]
 #lazy_static = "1.0.0"
 #apigpio = "0"
diff --git a/zcoord/Cargo.toml b/zcoord/Cargo.toml
new file mode 100644 (file)
index 0000000..9da063f
--- /dev/null
@@ -0,0 +1,9 @@
+
+[package]
+name = "otter-zcoord"
+authors = ["Ian Jackson <ijackson@chiark.greenend.org.uk>"]
+license = "AGPL-3.0-or-later"
+
+version = "0.0.1"
+edition = "2018"
+
diff --git a/zcoord/src/lib.rs b/zcoord/src/lib.rs
new file mode 100644 (file)
index 0000000..8337712
--- /dev/null
@@ -0,0 +1 @@
+//