This commit is contained in:
Nathan Sobo
2023-08-13 01:40:05 -06:00
parent 0d31d6dac5
commit 1ef486b227
7 changed files with 1249 additions and 1561 deletions
Generated
+11
View File
@@ -5303,6 +5303,7 @@ dependencies = [
"gpui",
"log",
"optional_struct",
"playground_macros",
"serde",
"simplelog",
"smallvec",
@@ -5310,6 +5311,16 @@ dependencies = [
"util",
]
[[package]]
name = "playground_macros"
version = "0.1.0"
dependencies = [
"once_cell",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "plist"
version = "1.5.0"