This commit is contained in:
Jan-Erik Rediger 2019-03-19 17:01:25 +01:00
Родитель 07a94f5f29
Коммит 01572e2ccc
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -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]