tinymist-project 0.15.0-rc2

Project model of typst for tinymist.
1
2
3
4
5
6
7
/// The default name of the lock file used by tinymist.
pub const LOCK_FILENAME: &str = "tinymist.lock";

#[cfg(feature = "system")]
mod system;
#[cfg(feature = "system")]
pub use system::*;