From: Ian Jackson Date: Fri, 9 Oct 2020 20:53:41 +0000 (+0100) Subject: zcoord, wip X-Git-Tag: otter-0.2.0~724 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7aa6f73b70aac37bfe5fd3c04a99a6a53f91656e;p=otter.git zcoord, wip Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock.example b/Cargo.lock.example index 3a340819..16a6616f 100644 --- a/Cargo.lock.example +++ b/Cargo.lock.example @@ -1116,6 +1116,10 @@ dependencies = [ "vecdeque-stableix", ] +[[package]] +name = "otter-zcoord" +version = "0.0.1" + [[package]] name = "pear" version = "0.1.4" diff --git a/Cargo.toml b/Cargo.toml index 75cf41f1..7aeb854e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 index 00000000..9da063f6 --- /dev/null +++ b/zcoord/Cargo.toml @@ -0,0 +1,9 @@ + +[package] +name = "otter-zcoord" +authors = ["Ian Jackson "] +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 index 00000000..8337712e --- /dev/null +++ b/zcoord/src/lib.rs @@ -0,0 +1 @@ +//