Create proof-of-concept SettingStore struct

This commit is contained in:
Max Brunsfeld 2023-05-03 16:59:44 -07:00
parent c7fcc031eb
commit 5de9652a22
5 changed files with 1559 additions and 742 deletions

View file

@ -31,6 +31,7 @@ schemars = "0.8"
serde.workspace = true
serde_derive.workspace = true
serde_json.workspace = true
smallvec.workspace = true
toml = "0.5"
tree-sitter = "*"
tree-sitter-json = "*"