Commit b9ae08c 1 parent d1e43e9 commit b9ae08c Copy full SHA for b9ae08c
File tree 4 files changed +18
-6
lines changed
4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,14 @@ resolver = "2"
3
3
members = [" synd" , " syndapi" , " syndterm" ]
4
4
5
5
[workspace .package ]
6
+ description = " terminal feed viewer"
7
+ version = " 0.1.0"
6
8
edition = " 2021"
7
9
authors = [" ymgyt" ]
10
+ categories = [" command-line-utilities" ]
8
11
license = " MIT OR Apache-2.0"
12
+ repository = " https://github.com/ymgyt/syndicationd"
13
+ readme = " README"
9
14
10
15
[workspace .dependencies ]
11
16
async-trait = { version = " 0.1.77" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " synd"
3
- version = " 0.1.0"
3
+ description = " Library to handle syndication spec"
4
+ version.workspace = true
4
5
authors.workspace = true
5
6
edition.workspace = true
6
7
license.workspace = true
7
-
8
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
+ categories.workspace = true
9
+ repository.workspace = true
9
10
10
11
[dependencies ]
11
12
anyhow = { workspace = true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " syndapi"
3
- version = " 0.1.0"
3
+ description = " syndicationd backend api"
4
+ version.workspace = true
4
5
authors.workspace = true
5
6
edition.workspace = true
6
7
license.workspace = true
8
+ categories.workspace = true
9
+ repository.workspace = true
7
10
8
11
[dependencies ]
9
12
anyhow = { workspace = true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " syndterm"
3
- version = " 0.1.0 "
3
+ version.workspace = true
4
4
authors.workspace = true
5
5
edition.workspace = true
6
6
license.workspace = true
7
+ categories.workspace = true
8
+ repository.workspace = true
7
9
8
10
[dependencies ]
9
11
anyhow = { workspace = true }
@@ -14,7 +16,8 @@ directories = "5.0.1"
14
16
edit = " 0.1.5"
15
17
futures-util = " 0.3.30"
16
18
graphql_client = { workspace = true }
17
- http = " 0.2" # reqwest use 0.2
19
+ # reqwest use 0.2
20
+ http = " 0.2"
18
21
http-serde-ext = " 0.1"
19
22
html2text = { version = " 0.12" }
20
23
open = " 5.0.1"
You can’t perform that action at this time.
0 commit comments