|
| 1 | +[package] |
| 2 | +name = "abc260" |
| 3 | +version = "0.1.0" |
| 4 | +authors = ["k-yomo <kanji.yy@gmail.com>"] |
| 5 | +edition = "2018" |
| 6 | + |
| 7 | +[package.metadata.cargo-compete] |
| 8 | +config = "../compete.toml" |
| 9 | + |
| 10 | +[package.metadata.cargo-compete.bin] |
| 11 | +a = { name = "abc260-a", problem = { platform = "atcoder", contest = "abc260", index = "A", url = "https://atcoder.jp/contests/abc260/tasks/abc260_a" } } |
| 12 | +b = { name = "abc260-b", problem = { platform = "atcoder", contest = "abc260", index = "B", url = "https://atcoder.jp/contests/abc260/tasks/abc260_b" } } |
| 13 | +c = { name = "abc260-c", problem = { platform = "atcoder", contest = "abc260", index = "C", url = "https://atcoder.jp/contests/abc260/tasks/abc260_c" } } |
| 14 | +d = { name = "abc260-d", problem = { platform = "atcoder", contest = "abc260", index = "D", url = "https://atcoder.jp/contests/abc260/tasks/abc260_d" } } |
| 15 | +e = { name = "abc260-e", problem = { platform = "atcoder", contest = "abc260", index = "E", url = "https://atcoder.jp/contests/abc260/tasks/abc260_e" } } |
| 16 | +f = { name = "abc260-f", problem = { platform = "atcoder", contest = "abc260", index = "F", url = "https://atcoder.jp/contests/abc260/tasks/abc260_f" } } |
| 17 | +g = { name = "abc260-g", problem = { platform = "atcoder", contest = "abc260", index = "G", url = "https://atcoder.jp/contests/abc260/tasks/abc260_g" } } |
| 18 | + |
| 19 | +[[bin]] |
| 20 | +name = "abc260-a" |
| 21 | +path = "src/bin/a.rs" |
| 22 | + |
| 23 | +[[bin]] |
| 24 | +name = "abc260-b" |
| 25 | +path = "src/bin/b.rs" |
| 26 | + |
| 27 | +[[bin]] |
| 28 | +name = "abc260-c" |
| 29 | +path = "src/bin/c.rs" |
| 30 | + |
| 31 | +[[bin]] |
| 32 | +name = "abc260-d" |
| 33 | +path = "src/bin/d.rs" |
| 34 | + |
| 35 | +[[bin]] |
| 36 | +name = "abc260-e" |
| 37 | +path = "src/bin/e.rs" |
| 38 | + |
| 39 | +[[bin]] |
| 40 | +name = "abc260-f" |
| 41 | +path = "src/bin/f.rs" |
| 42 | + |
| 43 | +[[bin]] |
| 44 | +name = "abc260-g" |
| 45 | +path = "src/bin/g.rs" |
| 46 | +[dependencies] |
| 47 | +num = "=0.2.1" |
| 48 | +num-bigint = "=0.2.6" |
| 49 | +num-complex = "=0.2.4" |
| 50 | +num-integer = "=0.1.42" |
| 51 | +num-iter = "=0.1.40" |
| 52 | +num-rational = "=0.2.4" |
| 53 | +num-traits = "=0.2.11" |
| 54 | +num-derive = "=0.3.0" |
| 55 | +ndarray = "=0.13.0" |
| 56 | +nalgebra = "=0.20.0" |
| 57 | +alga = "=0.9.3" |
| 58 | +libm = "=0.2.1" |
| 59 | +rand = { version = "=0.7.3", features = ["small_rng"] } |
| 60 | +getrandom = "=0.1.14" |
| 61 | +rand_chacha = "=0.2.2" |
| 62 | +rand_core = "=0.5.1" |
| 63 | +rand_hc = "=0.2.0" |
| 64 | +rand_pcg = "=0.2.1" |
| 65 | +rand_distr = "=0.2.2" |
| 66 | +petgraph = "=0.5.0" |
| 67 | +indexmap = "=1.3.2" |
| 68 | +regex = "=1.3.6" |
| 69 | +lazy_static = "=1.4.0" |
| 70 | +ordered-float = "=1.0.2" |
| 71 | +ascii = "=1.0.0" |
| 72 | +permutohedron = "=0.2.4" |
| 73 | +superslice = "=1.0.0" |
| 74 | +itertools = "=0.9.0" |
| 75 | +itertools-num = "=0.1.3" |
| 76 | +maplit = "=1.0.2" |
| 77 | +either = "=1.5.3" |
| 78 | +im-rc = "=14.3.0" |
| 79 | +fixedbitset = "=0.2.0" |
| 80 | +bitset-fixed = "=0.1.0" |
| 81 | +proconio = { version = "=0.3.6", features = ["derive"] } |
| 82 | +text_io = "=0.1.8" |
| 83 | +whiteread = "=0.5.0" |
| 84 | +rustc-hash = "=1.1.0" |
| 85 | +smallvec = "=1.2.0" |
0 commit comments