Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Aug 2, 2020
1 parent ec8d400 commit bb8d059
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
[package]
name = "cargo-compete"
version = "0.0.0"
version = "0.1.0"
authors = ["Ryo Yamashita <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "A Cargo subcommand for competitive programming."
publish = false
repository = "https://github.com/qryxip/snowchains"
readme = "README.md"
keywords = ["competitive", "cli", "windows"]
categories = ["command-line-utilities", "development-tools::cargo-plugins"]

[dependencies]
anyhow = "1.0.32"
Expand Down Expand Up @@ -34,7 +37,7 @@ serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.57"
serde_yaml = "0.8.13"
shell-escape = "0.1.5"
snowchains_core = { version = "0.0.0", git = "https://github.com/qryxip/snowchains", rev = "b878e8aebfdb1142ff48f0b1399ce7623bab8fb3" }
snowchains_core = "0.1.0"
structopt = "0.3.15"
strum = { version = "0.18.0", features = ["derive"] }
tempfile = "3.1.0"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

A Cargo subcommand for competitive programming.

Supports AtCoder, Codeforces, and yukicoder.

## License

Dual-licensed under [MIT](https://opensource.org/licenses/MIT) or [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0).

0 comments on commit bb8d059

Please sign in to comment.