diff options
author | Brian Cully <bjc@kublai.com> | 2019-06-24 21:14:32 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-07-23 19:55:18 -0400 |
commit | 63d4ce8154eb8f6feb67986e98ea9b5007632460 (patch) | |
tree | 187e66104eb7c848dcf73a5ee067c5f27235360a /rb/Cargo.toml | |
download | samd21-demo-63d4ce8154eb8f6feb67986e98ea9b5007632460.tar.gz samd21-demo-63d4ce8154eb8f6feb67986e98ea9b5007632460.zip |
Initial commit.
Diffstat (limited to 'rb/Cargo.toml')
-rw-r--r-- | rb/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rb/Cargo.toml b/rb/Cargo.toml new file mode 100644 index 0000000..d18a9e2 --- /dev/null +++ b/rb/Cargo.toml @@ -0,0 +1,5 @@ +[package] +name = "rb" +version = "0.1.0" +authors = ["Brian Cully <bjc@kublai.com>"] +edition = "2018" |