This commit is contained in:
Justin D'Arcangelo 2019-01-16 10:07:56 -05:00 коммит произвёл GitHub
Родитель 2ed4daee07
Коммит d2e08380cb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -2,9 +2,9 @@
### Contents
* [fxa-client](fxa-client) - cross compiled FxA Rust client that can work with Firefox Sync keys and more
* [sandvich](sandvich) - Example apps that use SDKs built on top of `fxa-client` to demonstrate a FxA login flow.
* [sync15](sync15) - Sync 1.5 adapter
* [fxa-client](components/fxa-client) - cross compiled FxA Rust client that can work with Firefox Sync keys and more
* [sandvich-ios](samples/sandvich-ios) - Example apps that use SDKs built on top of `fxa-client` to demonstrate a FxA login flow.
* [sync15](components/sync15) - Sync 1.5 adapter
* [libs](libs) - libs directory has build scripts for native libraries
* [docs](docs) - documentation sources
* [website](website) - website built from documentation sources