2022-04-05 00:57:21 +03:00
|
|
|
[package]
|
|
|
|
name = "auto_update"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-01-18 23:28:02 +03:00
|
|
|
publish = false
|
2024-01-27 15:51:16 +03:00
|
|
|
license = "GPL-3.0-or-later"
|
2024-01-23 19:40:30 +03:00
|
|
|
|
2024-03-05 20:01:17 +03:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2022-04-05 00:57:21 +03:00
|
|
|
[lib]
|
|
|
|
path = "src/auto_update.rs"
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2024-01-31 05:41:29 +03:00
|
|
|
anyhow.workspace = true
|
2024-02-06 22:41:36 +03:00
|
|
|
client.workspace = true
|
|
|
|
db.workspace = true
|
2024-02-22 10:20:06 +03:00
|
|
|
editor.workspace = true
|
2024-02-06 22:41:36 +03:00
|
|
|
gpui.workspace = true
|
2023-05-23 05:28:22 +03:00
|
|
|
isahc.workspace = true
|
2023-04-25 03:41:55 +03:00
|
|
|
log.workspace = true
|
2024-02-22 10:20:06 +03:00
|
|
|
markdown_preview.workspace = true
|
2024-02-06 22:41:36 +03:00
|
|
|
menu.workspace = true
|
|
|
|
release_channel.workspace = true
|
2024-01-08 21:30:18 +03:00
|
|
|
schemars.workspace = true
|
2023-04-25 03:41:55 +03:00
|
|
|
serde.workspace = true
|
|
|
|
serde_derive.workspace = true
|
|
|
|
serde_json.workspace = true
|
2024-02-06 22:41:36 +03:00
|
|
|
settings.workspace = true
|
2023-04-25 03:41:55 +03:00
|
|
|
smol.workspace = true
|
2024-01-24 20:58:09 +03:00
|
|
|
tempfile.workspace = true
|
2024-02-06 22:41:36 +03:00
|
|
|
util.workspace = true
|
|
|
|
workspace.workspace = true
|