Skip to content

Commit

Permalink
[LOCALDEV-347] hints for local development (dprint#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Declan Vong <declan@canva.com>
  • Loading branch information
joscha and declanvong committed Jul 13, 2021
1 parent f5133ca commit 61b0ff2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ tracing = ["dprint-core/tracing"]
# This original line only works when depending on a public version, which doesn't have some of the needed changes; leaving this here to simplify merge conflict resolution when pulling in upstream
# dprint-core = { version = "0.43.0", features = ["formatting"] }
dprint-core = { path = "./dprint/crates/core", features = ["formatting"] }
# Comment the line above and use the following line instead with CARGO_NET_GIT_FETCH_WITH_CLI=true for local development
# E.g.: CARGO_NET_GIT_FETCH_WITH_CLI=true cargo build --release --target wasm32-unknown-unknown
# dprint-core = { git = "ssh://org-2562356@github.com/Canva/dprint.git", features = ["formatting"], branch = "main" }

fnv = "1.0.7"
swc_common = "0.10.21"
swc_ecmascript = { version = "0.45.0", features = ["parser"] }
Expand Down

0 comments on commit 61b0ff2

Please sign in to comment.