Add orbital recipe

This commit is contained in:
Jeremy Soller 2020-05-21 15:41:10 -06:00
parent a8d2cc47e3
commit 88101b4a88
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -0,0 +1,10 @@
[source]
git = "https://gitlab.redox-os.org/redox-os/orbital.git"
[build]
template = "cargo"
[package]
dependencies = [
"orbdata"
]