14 lines
296 B
TOML
14 lines
296 B
TOML
[package]
|
|
name = "assets"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "AGPL-3.0-only"
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
gpui = {path = "../gpui"}
|
|
rust-embed.workspace = true
|
|
anyhow.workspace = true
|