@@ -10,11 +10,16 @@ readme = "README.md"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
cranelift-codegen = { path = "../cranelift-codegen", version = "0.46.1" }
|
||||
cranelift-module = { path = "../cranelift-module", version = "0.46.1" }
|
||||
object = { version = "0.14.0", default-features = false, features = ["write"] }
|
||||
target-lexicon = "0.8.1"
|
||||
|
||||
[dependencies.cranelift-codegen]
|
||||
path = "../cranelift-codegen"
|
||||
version = "0.46.1"
|
||||
default-features = false
|
||||
features = ["std"]
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
travis-ci = { repository = "CraneStation/cranelift" }
|
||||
|
||||
Reference in New Issue
Block a user