Skip to content

Commit bd51d6a

Browse files
authored
Merge pull request #321 from Smartdevs17/feat-sla-old-fixed
Feat/sla monitoring reporting
2 parents 2fe107d + 9dfcb86 commit bd51d6a

13 files changed

Lines changed: 4362 additions & 0 deletions

contracts/sla/Cargo.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[package]
2+
name = "subtrackr-sla"
3+
version = "0.2.0"
4+
edition = "2021"
5+
authors = ["SubTrackr Team"]
6+
description = "SLA monitoring contract for SubTrackr (Soroban)"
7+
8+
[lib]
9+
path = "src/lib.rs"
10+
crate-type = ["cdylib", "rlib"]
11+
12+
[dependencies]
13+
soroban-sdk = "21.0.0"
14+
15+
[dev-dependencies]
16+
soroban-sdk = { version = "21.0.0", features = ["testutils"] }

0 commit comments

Comments
 (0)