Skip to content

Commit 8880d6b

Browse files
committed
Comment about deny.toml and clarify.toml
1 parent 635f643 commit 8880d6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

xtask/templates/install-command.bash.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ EOF
3030
# 1000行以上あるので、提案者のリポジトリからダウンロード
3131
curl https://raw.githubusercontent.com/qryxip/proposal-for-atcoder-language-update/{{ git_rev }}/Cargo.lock -fO
3232

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+
3338
echo 'fn main() {}' > ./src/main.rs
3439

3540
cargo build -vv --release

0 commit comments

Comments
 (0)