doggo/Cargo.toml

10 lines
249 B
TOML
Raw Normal View History

2024-04-05 15:23:54 +02:00
[package]
name = "doggo"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-04-05 23:57:47 +02:00
gpui = { git = "https://github.com/zed-industries/zed", tag = "v0.129.2" }