-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
27 lines (27 loc) · 1.02 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[submodule "backend"]
path = backend
url = https://github.com/LedgerProject/safepkt_backend
[submodule "frontend"]
path = frontend
url = https://github.com/LedgerProject/safepkt_frontend
[submodule "vscode-plugin"]
path = vscode-plugin
url = https://github.com/LedgerProject/safepkt_vscode-plugin
[submodule "termination-analysis-of-the-borrow-checker-of-rust"]
path = termination-analysis-of-the-borrow-checker-of-rust
url = https://github.com/LedgerProject/safepkt_paper
[submodule "smart-contract-example"]
path = smart-contract-example
url = https://github.com/LedgerProject/safepkt_smart-contract-example
[submodule "rust-verification-tools"]
path = rust-verification-tools
url = https://github.com/LedgerProject/safepkt_rust-verification-tools
[submodule "safepkt-assert"]
path = safepkt-assert
url = https://github.com/LedgerProject/safepkt_assert
[submodule "safepkt-ink"]
path = safepkt-ink
url = https://github.com/LedgerProject/safepkt-ink
[submodule "cli"]
path = cli
url = https://github.com/LedgerProject/safepkt_cli