feat: add base

This commit is contained in:
2023-03-04 17:42:49 +01:00
commit f8f0a832e9
11 changed files with 491 additions and 0 deletions

9
Makefile.toml Normal file
View File

@@ -0,0 +1,9 @@
[tasks.build]
command = "cargo"
args = ["+nightly", "build-all-features"]
install_crate = "cargo-all-features"
[tasks.check]
command = "cargo"
args = ["+nightly", "check-all-features"]
install_crate = "cargo-all-features"