blob: b292756222d57d7ebe21590830414c7a96223bbc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
[package]
name = "typst-ide"
description = "IDE functionality for Typst."
version = { workspace = true }
rust-version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
categories = { workspace = true }
keywords = { workspace = true }
readme = { workspace = true }
[lib]
test = false
doctest = false
bench = false
[dependencies]
typst = { workspace = true }
comemo = { workspace = true }
ecow = { workspace = true }
if_chain = { workspace = true }
log = { workspace = true }
serde = { workspace = true }
unscanny = { workspace = true }
[lints]
workspace = true
|