diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-03 16:13:35 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-03 16:13:35 +0100 |
| commit | 46921a8c283718402322d4d09c0bd1d9194278b1 (patch) | |
| tree | d218e7845c0491570d5535a4515c1c0f956f37b6 /cli | |
| parent | 37a7afddfaffd44cb9bc013c9506599267e08983 (diff) | |
Separate test crate
This removes the not-really-cyclic dependency that confuses rust-analyzer. See also: https://github.com/rust-lang/rust-analyzer/issues/2414
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5e3f227a..8dd45bd6 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -7,6 +7,9 @@ edition = "2021" [[bin]] name = "typst" path = "src/main.rs" +test = false +doctest = false +bench = false doc = false [dependencies] |
