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 Aug 24, 2021
1 parent f1a8fef commit 45c3cf5
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.44.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"
serde = { version = "1.0.118", features = ["derive"] }
serde_json = { version = "1.0", optional = true }
Expand Down

0 comments on commit 45c3cf5

Please sign in to comment.