order-book-contract 0.1.0

A cargo-generate template for Rust + Sway integration testing.
1
2
3
4
5
6
7
8
9
10
11
12
[project]
authors = ["O2 Exchange <contact@o2.app>"]
entry = "main.sw"
license = "Apache-2.0"
name = "order-book"

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