File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 11[package ]
2+ repository =" https://github.com/vrchatapi/vrchatapi-rust"
23name = " vrchatapi"
34version = " 1.20.7-nightly.3"
45authors = [" vrchatapi.lpv0t@aries.fyi" ]
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ rm src/apis src/models docs -rf
2222
2323# Update entire description (replace entire line, match the random data there) line in Cargo.toml
2424sed -i ' s/^description = ".*"/description = "VRChat API Client for Rust"/' Cargo.toml
25+ # Add repository link to Cargo.toml
26+ sed -i ' s|\[package\]|[package]\nrepository="https://github.com/vrchatapi/vrchatapi-rust"|' Cargo.toml
2527
2628# Remove messily pasted markdown at top of every file
2729find src -type f -exec sed -i ' /VRChat API Banner/d' {} \;
You can’t perform that action at this time.
0 commit comments