Dylan Baker преди 5 години
родител
ревизия
581c794a5a
променени са 3 файла, в които са добавени 3 реда и са изтрити 4 реда
  1. 1
    1
      Cargo.lock
  2. 1
    2
      Cargo.toml
  3. 1
    1
      src/main.rs

+ 1
- 1
Cargo.lock Целия файл

50
 
50
 
51
 [[package]]
51
 [[package]]
52
 name = "casaubon"
52
 name = "casaubon"
53
-version = "0.1.0"
53
+version = "0.1.1"
54
 dependencies = [
54
 dependencies = [
55
  "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
55
  "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
56
  "comrak 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
56
  "comrak 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ 1
- 2
Cargo.toml Целия файл

1
 [package]
1
 [package]
2
 name = "casaubon"
2
 name = "casaubon"
3
-version = "0.1.0"
3
+version = "0.1.1"
4
 authors = ["Dylan Baker"]
4
 authors = ["Dylan Baker"]
5
 description = "A feature-poor static site generator"
5
 description = "A feature-poor static site generator"
6
 license = "MIT"
6
 license = "MIT"
7
 readme = "README.md"
7
 readme = "README.md"
8
 repository = "https://git.sr.ht/~simulacrumparty/casaubon"
8
 repository = "https://git.sr.ht/~simulacrumparty/casaubon"
9
-keywords = ["static site generator", "markdown", "html"]
10
 
9
 
11
 [dependencies]
10
 [dependencies]
12
 clap = "2.32.0"
11
 clap = "2.32.0"

+ 1
- 1
src/main.rs Целия файл

20
 
20
 
21
 fn main() {
21
 fn main() {
22
     let matches = App::new("casaubon")
22
     let matches = App::new("casaubon")
23
-        .version("0.1.0")
23
+        .version("0.1.1")
24
         .author("Dylan Baker")
24
         .author("Dylan Baker")
25
         .about("Highly opinionated static site generator")
25
         .about("Highly opinionated static site generator")
26
         .arg(
26
         .arg(

Loading…
Отказ
Запис