Since we made rusty-gate (the first version of our oracle engine) public, it should be easier to just define it as a git dependency instead of including it as a submodule. This would make spare us to initialize the submodule upon a freshly cloning the repo.
Description
Since we made
rusty-gate
(the first version of our oracle engine) public, it should be easier to just define it as a git dependency instead of including it as a submodule. This would make spare us to initialize the submodule upon a freshly cloning the repo.Solution
rusty-gate
submoduleproviders = { git = "https://github.com/agoraxyz/rusty-gate", branch = "main", optional = true }
togn-engine/Cargo.toml