-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 1.03 KB
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 1.03 KB
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 "lib/rain.sol.codegen"]
path = lib/rain.sol.codegen
url = https://github.com/rainlanguage/rain.sol.codegen
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "lib/rain.lib.hash"]
path = lib/rain.lib.hash
url = https://github.com/rainlanguage/rain.lib.hash
[submodule "lib/rain.lib.typecast"]
path = lib/rain.lib.typecast
url = https://github.com/rainlanguage/rain.lib.typecast
[submodule "lib/rain.math.binary"]
path = lib/rain.math.binary
url = https://github.com/rainlanguage/rain.math.binary
[submodule "lib/rain.solmem"]
path = lib/rain.solmem
url = https://github.com/rainlanguage/rain.solmem
[submodule "lib/rain.intorastring"]
path = lib/rain.intorastring
url = https://github.com/rainlanguage/rain.intorastring
[submodule "lib/rain.math.float"]
path = lib/rain.math.float
url = https://github.com/rainlanguage/rain.math.float