diff --git a/Cargo.lock b/Cargo.lock index e6d8326bc..c8f8d6eea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9485,7 +9485,7 @@ dependencies = [ [[package]] name = "rvdna" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "bincode 2.0.1", diff --git a/examples/dna/Cargo.toml b/examples/dna/Cargo.toml index c6fc94398..304eb5621 100644 --- a/examples/dna/Cargo.toml +++ b/examples/dna/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "rvdna" -version = "0.2.0" +version = "0.3.0" edition = "2021" -description = "rvDNA — AI-native genomic analysis and the .rvdna file format. Native 23andMe genotyping, pharmacogenomics (CYP2D6/CYP2C19), health variants, variant calling, protein prediction, and HNSW vector search in pure Rust with WASM support." +description = "rvDNA — AI-native genomic analysis. 20-SNP biomarker risk scoring, streaming anomaly detection, 64-dim profile vectors, 23andMe genotyping, CYP2D6/CYP2C19 pharmacogenomics, variant calling, protein prediction, and HNSW vector search in pure Rust." license = "MIT" repository = "https://github.com/ruvnet/ruvector" homepage = "https://github.com/ruvnet/ruvector/tree/main/examples/dna"