зеркало из https://github.com/mozilla/glean.git
Fix cargo workspace
This commit is contained in:
Родитель
07a94f5f29
Коммит
01572e2ccc
|
@ -1,7 +1,8 @@
|
|||
[workspace]
|
||||
|
||||
members = [
|
||||
"glean-core"
|
||||
"glean-core",
|
||||
"glean-core/ffi",
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
|
|
|
@ -10,7 +10,7 @@ crate-type = ["lib", "staticlib", "cdylib"]
|
|||
|
||||
[dependencies]
|
||||
|
||||
[dependencies.glean_core]
|
||||
[dependencies.glean-core]
|
||||
path = ".."
|
||||
|
||||
[target.'cfg(target_os = "android")'.dependencies]
|
||||
|
|
Загрузка…
Ссылка в новой задаче