Built first draft of workspace serialization schemas, started writing DB tests
Co-Authored-By: kay@zed.dev
This commit is contained in:
parent
60ebe33518
commit
b48e28b555
5 changed files with 234 additions and 301 deletions
|
@ -1,6 +1,7 @@
|
|||
mod items;
|
||||
mod kvp;
|
||||
mod migrations;
|
||||
mod workspace;
|
||||
|
||||
use std::fs;
|
||||
use std::path::{Path, PathBuf};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue