summaryrefslogtreecommitdiffstats
path: root/store/build.rs
AgeCommit message (Collapse)Author
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
- See #480.
2018-01-08store: New store module.Justus Winter
- The store stores transferable public keys in a SQLite database. It runs either in an external process, or is co-located in the current process. - The store provides any number of stores for each application, identified by domain and name. Each store maps labels to TPKs. - The store uses a unified pool of TPKs. In the future, this pool is automatically kept up-to-date.