Fix vendor settings
This commit is contained in:
@@ -8,3 +8,10 @@ playground = "run --example playground"
|
|||||||
# (can be removed once link.exe is fixed)
|
# (can be removed once link.exe is fixed)
|
||||||
[target.x86_64-pc-windows-msvc]
|
[target.x86_64-pc-windows-msvc]
|
||||||
linker = "rust-lld"
|
linker = "rust-lld"
|
||||||
|
|
||||||
|
[source.crates-io]
|
||||||
|
replace-with = "vendored-sources"
|
||||||
|
|
||||||
|
[source.vendored-sources]
|
||||||
|
directory = "vendor"
|
||||||
|
|
||||||
|
|||||||
@@ -8,12 +8,6 @@ publish = false
|
|||||||
default-run = "notes_service-cli"
|
default-run = "notes_service-cli"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
[source.crates-io]
|
|
||||||
replace-with = "vendored-sources"
|
|
||||||
|
|
||||||
[source.vendored-sources]
|
|
||||||
directory = "vendor"
|
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
loco-rs = { version = "1.0.1" }
|
loco-rs = { version = "1.0.1" }
|
||||||
|
|
||||||
|
|||||||
@@ -8,12 +8,6 @@ publish = false
|
|||||||
name = "migration"
|
name = "migration"
|
||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[source.crates-io]
|
|
||||||
replace-with = "vendored-sources"
|
|
||||||
|
|
||||||
[source.vendored-sources]
|
|
||||||
directory = "../vendor"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
loco-rs = { workspace = true }
|
loco-rs = { workspace = true }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user