mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
Add comemo
as git dependency
This commit is contained in:
parent
f6adc45638
commit
8b4210669b
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -153,6 +153,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "comemo"
|
name = "comemo"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
source = "git+https://github.com/typst/comemo#470a69f4d55671a57367c84b814b84bf0617ef63"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"comemo-macros",
|
"comemo-macros",
|
||||||
"siphasher",
|
"siphasher",
|
||||||
@ -161,6 +162,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "comemo-macros"
|
name = "comemo-macros"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
source = "git+https://github.com/typst/comemo#470a69f4d55671a57367c84b814b84bf0617ef63"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -19,7 +19,7 @@ unscanny = "0.1"
|
|||||||
regex = "1"
|
regex = "1"
|
||||||
|
|
||||||
# Incremental compilation
|
# Incremental compilation
|
||||||
comemo = { path = "../comemo" }
|
comemo = { git = "https://github.com/typst/comemo" }
|
||||||
|
|
||||||
# Text and font handling
|
# Text and font handling
|
||||||
hypher = "0.1"
|
hypher = "0.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user