Start working on rust compile step

This commit is contained in:
Fabian Stamm
2024-09-29 23:46:29 +02:00
parent 2876eea11f
commit a3f5a396e5
26 changed files with 1534 additions and 58 deletions

View File

@ -1,2 +1,3 @@
[workspace]
resolver = "2"
members = ["crates/zed", "crates/libjrpc"]