margin-account-oracle 0.1.0

A cargo-generate template for Rust + Sway integration testing.
1
2
3
4
5
6
7
8
9
10
11
[project]
authors = ["Fuel Labs <contact@fuel.sh>"]
entry = "main.sw"
license = "Apache-2.0"
name = "margin-account-oracle"

[dependencies]
contract_schema = { path = "../schema" }
ownership = "0.26.1"
pausable = "0.26.0"
src5 = "0.8.1"