feat: add cargo.toml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-07-31 11:16:31 +02:00
parent 6266d97fc1
commit ec9bc7eed8
2 changed files with 2577 additions and 0 deletions

2574
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

3
Cargo.toml Normal file
View File

@@ -0,0 +1,3 @@
[workspace]
members = ["ci/"]
resolver = "2"