mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
reorganize some dependencies, add indexmap crate
This commit is contained in:
parent
846c488480
commit
c403039abc
1 changed files with 6 additions and 16 deletions
22
Cargo.toml
22
Cargo.toml
|
|
@ -8,7 +8,6 @@ description = "Browser for Gemini Protocol"
|
||||||
keywords = ["gemini", "gemini-protocol", "gtk", "browser", "client"]
|
keywords = ["gemini", "gemini-protocol", "gtk", "browser", "client"]
|
||||||
categories = ["network-programming", "gui"]
|
categories = ["network-programming", "gui"]
|
||||||
repository = "https://github.com/YGGverse/Yoda"
|
repository = "https://github.com/YGGverse/Yoda"
|
||||||
|
|
||||||
# homepage = "https://yggverse.github.io"
|
# homepage = "https://yggverse.github.io"
|
||||||
|
|
||||||
[dependencies.adw]
|
[dependencies.adw]
|
||||||
|
|
@ -33,27 +32,18 @@ features = ["gnome_46"]
|
||||||
package = "rusqlite"
|
package = "rusqlite"
|
||||||
version = "0.32.1"
|
version = "0.32.1"
|
||||||
|
|
||||||
[dependencies.openssl]
|
|
||||||
version = "0.10.68"
|
|
||||||
|
|
||||||
[dependencies.syntect]
|
|
||||||
version = "5.2.0"
|
|
||||||
|
|
||||||
[dependencies.ansi-parser]
|
|
||||||
version = "0.9.1"
|
|
||||||
|
|
||||||
[dependencies.sourceview]
|
[dependencies.sourceview]
|
||||||
package = "sourceview5"
|
package = "sourceview5"
|
||||||
version = "0.9.1"
|
version = "0.9.1"
|
||||||
|
|
||||||
[dependencies.plurify]
|
|
||||||
version = "0.1.1"
|
|
||||||
|
|
||||||
[dependencies.libspelling]
|
|
||||||
version = "0.3.0"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
ansi-parser = "0.9.1"
|
||||||
|
indexmap = "2.7.0"
|
||||||
itertools = "0.14.0"
|
itertools = "0.14.0"
|
||||||
|
libspelling = "0.3.0"
|
||||||
|
openssl = "0.10.68"
|
||||||
|
plurify = "0.1.1"
|
||||||
|
syntect = "5.2.0"
|
||||||
|
|
||||||
# development
|
# development
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue