From 20b73353108efe78dbb954f54b7f018ccfe279e2 Mon Sep 17 00:00:00 2001 From: jeff-k Date: Sat, 11 May 2024 21:33:01 +0100 Subject: [PATCH] tell cargo main README is in workspace root --- bio-seq/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bio-seq/Cargo.toml b/bio-seq/Cargo.toml index 3d9f954..053a962 100644 --- a/bio-seq/Cargo.toml +++ b/bio-seq/Cargo.toml @@ -6,9 +6,9 @@ edition = "2021" description = "Bit packed and well-typed biological sequences" homepage = "https://github.com/jeff-k/bio-seq" documentation = "https://docs.rs/bio-seq" -readme = "README.md" license = "MIT" keywords = ["bioinformatics", "genomics", "science", "kmer", "sequencing", "dna", "iupac"] +readme = "../README.md" #[dev-dependencies] #bio-streams = { git="https://github.com/jeff-k/bio-streams.git" }