moved crates in lib/ to src/, renamed crates, modified some files' text (#660)
moved crates in lib/ to src/, renamed crates, modified some files' text (#660)
This commit is contained in:
@@ -12,9 +12,9 @@ cargo-fuzz = true
|
||||
cargo-fuzz = "*"
|
||||
binaryen = { git = "https://github.com/pepyakin/binaryen-rs.git" }
|
||||
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
|
||||
cranelift-codegen = { path = "../lib/codegen" }
|
||||
cranelift-wasm = { path = "../lib/wasm" }
|
||||
cranelift-reader = { path = "../lib/reader" }
|
||||
cranelift-codegen = { path = "../cranelift-codegen" }
|
||||
cranelift-wasm = { path = "../cranelift-wasm" }
|
||||
cranelift-reader = { path = "../cranelift-reader" }
|
||||
target-lexicon = "0.2.0"
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
|
||||
Reference in New Issue
Block a user