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 457a412 commit 8e246adCopy full SHA for 8e246ad
Cargo.toml
@@ -4,7 +4,7 @@ path = "src/bin/lc.rs"
4
5
[package]
6
name = "leetcode-cli"
7
-version = "0.3.5"
+version = "0.3.6"
8
authors = ["clearloop <cdr.today@foxmail.com>"]
9
edition = "2018"
10
description = "Leet your code in command-line."
README.md
@@ -14,7 +14,15 @@
14
+ [ ] support local signal to keep coding as longer as you want
15
16
## Installing
17
+
18
```sh
19
+# Required dependencies:
20
+#
21
+# gcc
22
+# libssl-dev
23
+# libdbus-1-dev
24
+# libsqlite3-dev
25
26
cargo install leetcode-cli
27
```
28
@@ -32,7 +40,7 @@ cargo +nightly install leetcode-cli
32
40
**Make sure you have logged in to `leetcode.com` with `Chrome`**. See [Cookies](#cookies) for why you need to do this first.
33
41
34
42
35
-leetcode 0.3.5
43
+leetcode 0.3.6
36
44
May the Code be with You 👻
37
45
38
46
USAGE:
rust-toolchain
@@ -0,0 +1 @@
1
+nightly-2021年05月16日
src/lib.rs
@@ -28,7 +28,7 @@
//! **Please make sure you have logined in `leetcode.com` with `chrome`**, more info plz checkout [this](#cookies)
29
//!
30
//! ```sh
31
-//! leetcode 0.3.3
+//! leetcode 0.3.6
//! May the Code be with You 👻
//! USAGE:
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments