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:
@@ -15,19 +15,19 @@ path = "src/clif-util.rs"
|
||||
|
||||
[dependencies]
|
||||
cfg-if = "0.1"
|
||||
cranelift-codegen = { path = "lib/codegen", version = "0.28.0" }
|
||||
cranelift-entity = { path = "lib/entity", version = "0.28.0" }
|
||||
cranelift-reader = { path = "lib/reader", version = "0.28.0" }
|
||||
cranelift-frontend = { path = "lib/frontend", version = "0.28.0" }
|
||||
cranelift-serde = { path = "lib/serde", version = "0.28.0", optional = true }
|
||||
cranelift-wasm = { path = "lib/wasm", version = "0.28.0", optional = true }
|
||||
cranelift-native = { path = "lib/native", version = "0.28.0" }
|
||||
cranelift-filetests = { path = "lib/filetests", version = "0.28.0" }
|
||||
cranelift-module = { path = "lib/module", version = "0.28.0" }
|
||||
cranelift-faerie = { path = "lib/faerie", version = "0.28.0" }
|
||||
cranelift-simplejit = { path = "lib/simplejit", version = "0.28.0" }
|
||||
cranelift-preopt = { path = "lib/preopt", version = "0.28.0" }
|
||||
cranelift = { path = "lib/umbrella", version = "0.28.0" }
|
||||
cranelift-codegen = { path = "cranelift-codegen", version = "0.28.0" }
|
||||
cranelift-entity = { path = "cranelift-entity", version = "0.28.0" }
|
||||
cranelift-reader = { path = "cranelift-reader", version = "0.28.0" }
|
||||
cranelift-frontend = { path = "cranelift-frontend", version = "0.28.0" }
|
||||
cranelift-serde = { path = "cranelift-serde", version = "0.28.0", optional = true }
|
||||
cranelift-wasm = { path = "cranelift-wasm", version = "0.28.0", optional = true }
|
||||
cranelift-native = { path = "cranelift-native", version = "0.28.0" }
|
||||
cranelift-filetests = { path = "cranelift-filetests", version = "0.28.0" }
|
||||
cranelift-module = { path = "cranelift-module", version = "0.28.0" }
|
||||
cranelift-faerie = { path = "cranelift-faerie", version = "0.28.0" }
|
||||
cranelift-simplejit = { path = "cranelift-simplejit", version = "0.28.0" }
|
||||
cranelift-preopt = { path = "cranelift-preopt", version = "0.28.0" }
|
||||
cranelift = { path = "cranelift-umbrella", version = "0.28.0" }
|
||||
filecheck = "0.4.0"
|
||||
clap = "2.32.0"
|
||||
serde = "1.0.8"
|
||||
|
||||
Reference in New Issue
Block a user