summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..7829f31
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,15 @@
1[package]
2authors = ["{{authors}}"]
3edition = "2018"
4readme = "README.md"
5name = "{{project-name}}"
6version = "0.1.0"
7
8[dependencies]
9panic-halt = "0.2"
10microbit="0.12.0"
11cortex-m-rt="0.7.0"
12rtt-target = { version = "0.3.1", features = ["cortex-m"] }
13
14[build-dependencies]
15cc = "1.0"