mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 21:03:51 +03:00
23 lines
366 B
TOML
23 lines
366 B
TOML
|
[package]
|
||
|
name = "image_viewer"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
license = "GPL-3.0-or-later"
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|
||
|
|
||
|
[lib]
|
||
|
path = "src/image_viewer.rs"
|
||
|
doctest = false
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow.workspace = true
|
||
|
db.workspace = true
|
||
|
gpui.workspace = true
|
||
|
ui.workspace = true
|
||
|
util.workspace = true
|
||
|
workspace.workspace = true
|
||
|
project.workspace = true
|