Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b704843

Browse files
committed
fix toml
1 parent 0735425 commit b704843

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ version = "0.1.0"
66
authors = ["{{authors}}"]
77
edition = "2018"
88

9+
[dependencies]
10+
# AtCoder 2020年言語アップデート以降に使用できるクレート。
11+
# 次のページに各クレートについての細かい紹介があります。
12+
# https://github.com/rust-lang-ja/atcoder-rust-resources/wiki/2020-Update
13+
914
# 数値型の抽象化、多倍長整数、複素数、分数、及び整数型の拡張
1015
num = "=0.2.1"
1116
num-bigint = "=0.2.6"

0 commit comments

Comments
 (0)