From f12811a0a5e15b596a0cc06c095832a6b795172b Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 28 Apr 2019 13:41:39 -0400 Subject: Working handler code. --- Cargo.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..21623b4 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,17 @@ +[package] +name = "clint" +version = "0.1.0" +description = "CLosure INTerrupt handlers." +categories = ["no-std", "embedded", "hardware-support", "asynchronous"] +keywords = ["interrupt", "peripheral"] +license = "LGPL-3.0-or-later" +authors = ["Brian Cully "] +repository = "https://github.com/bjc/clint" +edition = "2018" + +[dev-dependencies] +cortex-m = "~0.6" +compiletest_rs = "~0.3" + +[dev-dependencies.cortex-m-rt] +version = "~0.6" -- cgit v1.2.3