File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ cradle :
2+ cabal :
3+ # cardano-db
4+ - path : " ./cardano-db/src"
5+ component : " lib:cardano-db"
6+ - path : " ./cardano-db/test"
7+ component : " cardano-db:test:test"
8+
9+ # cardano-db-sync
10+ - path : " ./cardano-db-sync/src"
11+ component : " lib:cardano-db-sync"
12+ - path : " ./cardano-db-sync/app"
13+ component : " exe:cardano-db-sync"
14+ - path : " ./cardano-db-sync/test"
15+ component : " cardano-db-sync:test:test"
16+
17+ # cardano-db-tool
18+ - path : " ./cardano-db-tool/src"
19+ component : " lib:cardano-db-tool"
20+ - path : " ./cardano-db-tool/app"
21+ component : " exe:cardano-db-tool"
22+
23+ # cardano-smash-server
24+ - path : " ./cardano-smash-server/src"
25+ component : " lib:cardano-smash-server"
26+ - path : " ./cardano-smash-server/app"
27+ component : " exe:cardano-smash-server"
28+
29+ # cardano-chain-gen
30+ - path : " ./cardano-chain-gen/src"
31+ component : " lib:cardano-chain-gen"
32+ - path : " ./cardano-chain-gen/test"
33+ component : " cardano-chain-gen:test:cardano-chain-gen"
You can’t perform that action at this time.
0 commit comments