We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Cargo.toml
1 parent ebbe1e6 commit 4475c2eCopy full SHA for 4475c2e
Cargo.toml
@@ -1,4 +1,5 @@
1
[package]
2
+repository="https://github.com/vrchatapi/vrchatapi-rust"
3
name = "vrchatapi"
4
version = "1.20.7-nightly.3"
5
authors = ["[email protected]"]
generate.sh
@@ -22,6 +22,8 @@ rm src/apis src/models docs -rf
22
23
# Update entire description (replace entire line, match the random data there) line in Cargo.toml
24
sed -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
27
28
# Remove messily pasted markdown at top of every file
29
find src -type f -exec sed -i '/VRChat API Banner/d' {} \;
0 commit comments