summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2024-06-25 03:46:19 +0200
committerjdlugosz963 <jdlugosz963@gmail.com>2024-06-25 04:02:40 +0200
commit7fb80a8b34473f81392303fc167819849a3899ff (patch)
tree9946b4a68464266c664a07711d2c727ab0856f82 /Cargo.toml
downloadrust-microbit-guix-template-master.tar.gz
rust-microbit-guix-template-master.zip
Initial commit!HEADmaster
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"