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.
1 parent 635f643 commit 8880d6bCopy full SHA for 8880d6b
xtask/templates/install-command.bash.txt
@@ -30,6 +30,11 @@ EOF
30
# 1000行以上あるので、提案者のリポジトリからダウンロード
31
curl https://raw.githubusercontent.com/qryxip/proposal-for-atcoder-language-update/{{ git_rev }}/Cargo.lock -fO
32
33
+# transitive dependenciesライセンスについては:
34
+# - https://github.com/qryxip/proposal-for-atcoder-language-update/blob/{{ git_rev }}/deny.toml
35
+# - https://github.com/qryxip/proposal-for-atcoder-language-update/blob/{{ git_rev }}/clarify.toml
36
+# - https://github.com/qryxip/proposal-for-atcoder-language-update/actions
37
+
38
echo 'fn main() {}' > ./src/main.rs
39
40
cargo build -vv --release
0 commit comments