2024-03-19 17:13:10 +00:00
|
|
|
[package]
|
|
|
|
name = "image_viewer"
|
|
|
|
version = "0.1.0"
|
2025-01-17 16:39:22 +00:00
|
|
|
edition.workspace = true
|
|
|
|
publish.workspace = true
|
2024-03-19 17:13:10 +00:00
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "src/image_viewer.rs"
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow.workspace = true
|
|
|
|
db.workspace = true
|
2024-12-10 08:40:25 +00:00
|
|
|
editor.workspace = true
|
2024-08-29 08:51:35 +00:00
|
|
|
file_icons.workspace = true
|
2024-11-04 09:18:21 +00:00
|
|
|
gpui.workspace = true
|
|
|
|
project.workspace = true
|
2024-08-29 08:51:35 +00:00
|
|
|
settings.workspace = true
|
2024-11-04 09:18:21 +00:00
|
|
|
theme.workspace = true
|
|
|
|
ui.workspace = true
|
2024-11-10 10:37:02 +00:00
|
|
|
util.workspace = true
|
2024-03-19 17:13:10 +00:00
|
|
|
workspace.workspace = true
|
2025-01-07 17:19:22 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
test-support = ["gpui/test-support"]
|