Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/package/launcher/Cargo.toml
6449 views
1
[package]
2
name = "quarto"
3
version = "1.1.0"
4
edition = "2021"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
[dependencies]
9
10
[build-dependencies]
11
static_vcruntime = "2.0"
12
13
14