healthkit-to-sqlite-cli 0.0.2

Command-line tool to convert Apple HealthKit data to a SQLite database.
1
2
3
4
5
// generated by `sqlx migrate build-script`
fn main() {
    // trigger recompilation when a new migration is added
    println!("cargo:rerun-if-changed=migrations");
}