forked from mirrors/gecko-dev
I also took this chance to vendor in the newest app-services revision for other components. Differential Revision: https://phabricator.services.mozilla.com/D204704
8 lines
287 B
Rust
8 lines
287 B
Rust
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*/
|
|
|
|
fn main() {
|
|
uniffi::generate_scaffolding("./src/relevancy.udl").unwrap();
|
|
}
|