File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
3333 continue-on-error : true
3434 env :
3535 CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
36- - name : Publish simulator
37- run : cargo publish --manifest-path examples/simulator /Cargo.toml
36+ - name : Publish exoware-qmdb
37+ run : cargo publish --manifest-path qmdb /Cargo.toml
3838 continue-on-error : true
3939 env :
4040 CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
41- - name : Publish exoware-qmdb
42- run : cargo publish --manifest-path qmdb /Cargo.toml
41+ - name : Publish exoware-simulator
42+ run : cargo publish --manifest-path examples/simulator /Cargo.toml
4343 continue-on-error : true
4444 env :
4545 CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ edition.workspace = true
55license.workspace = true
66description = " QMDB instance backed by the Exoware API."
77readme = " README.md"
8+ homepage.workspace = true
9+ repository = " https://github.com/exowarexyz/monorepo/tree/main/qmdb"
10+ documentation = " https://docs.rs/exoware-qmdb"
811
912[features ]
1013test-utils = []
Original file line number Diff line number Diff line change 77 "homepage" : " https://exoware.xyz" ,
88 "repository" : {
99 "type" : " git" ,
10- "url" : " https://github.com/exowarexyz/monorepo.git" ,
10+ "url" : " git+ https://github.com/exowarexyz/monorepo.git" ,
1111 "directory" : " qmdb/ts"
1212 },
1313 "publishConfig" : {
3939 "devDependencies" : {
4040 "typescript" : " ^5.5.3"
4141 }
42- }
42+ }
Original file line number Diff line number Diff line change 77 "homepage" : " https://exoware.xyz" ,
88 "repository" : {
99 "type" : " git" ,
10- "url" : " https://github.com/exowarexyz/monorepo.git" ,
10+ "url" : " git+ https://github.com/exowarexyz/monorepo.git" ,
1111 "directory" : " sdk-ts"
1212 },
1313 "publishConfig" : {
4444 "ts-jest" : " ^29.2.2" ,
4545 "typescript" : " ^5.5.3"
4646 }
47- }
47+ }
Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ name = "exoware-server"
33version.workspace = true
44edition.workspace = true
55license.workspace = true
6- homepage.workspace = true
76description = " Serve the Exoware API."
7+ readme = " README.md"
8+ homepage.workspace = true
89repository = " https://github.com/exowarexyz/monorepo/tree/main/server"
910documentation = " https://docs.rs/exoware-server"
1011
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ edition.workspace = true
55license.workspace = true
66description = " SQL engine backed by the Exoware API."
77readme = " README.md"
8+ homepage.workspace = true
9+ repository = " https://github.com/exowarexyz/monorepo/tree/main/sql"
10+ documentation = " https://docs.rs/exoware-sql"
811
912[[bin ]]
1013name = " sql"
Original file line number Diff line number Diff line change 77 "homepage" : " https://exoware.xyz" ,
88 "repository" : {
99 "type" : " git" ,
10- "url" : " https://github.com/exowarexyz/monorepo.git" ,
10+ "url" : " git+ https://github.com/exowarexyz/monorepo.git" ,
1111 "directory" : " sql/ts"
1212 },
1313 "publishConfig" : {
3838 "devDependencies" : {
3939 "typescript" : " ^5.5.3"
4040 }
41- }
41+ }
You can’t perform that action at this time.
0 commit comments