From 5bd0da77407f51c7b8ccd11c6e852a166fda4df1 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 4 Aug 2019 16:18:25 -0400 Subject: Initial commit. --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..66b8c10 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "starb" +description = "STAtic Ring Buffers." +version = "0.1.0" +authors = ["Brian Cully "] +edition = "2018" +license = "LGPL-3.0-or-later" +repository = "https://github.com/bjc/starb.git" +readme = "README.md" -- cgit v1.2.3