Convert calculator to TOML.

This commit is contained in:
Ribbon 2023-03-09 10:10:03 +00:00
parent f9ec14a487
commit 24b98879ca
2 changed files with 5 additions and 2 deletions

View File

@ -1,2 +0,0 @@
GIT=https://gitlab.redox-os.org/redox-os/orbcalculator.git
BRANCH=master

View File

@ -0,0 +1,5 @@
[source]
git = "https://gitlab.redox-os.org/redox-os/orbcalculator.git"
[build]
template = "cargo"