diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..eeb07b8 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "samc21n18a" +version = "0.0.1" +edition = "2021" + +[dependencies] +cortex-m = "*" +vcell = "*" + +[dependencies.cortex-m-rt] +optional = true +version = "*" + +[features] +rt = ["cortex-m-rt/samc21n18a"] |
