Skip to content

Commit

Permalink
fix!: add required cargo fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Jul 29, 2022
1 parent 9660031 commit becc3be
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,32 @@
[package]
name = "simpleaf"
version = "0.1.0"
version = "0.1.2"
edition = "2021"
authors = [
"Rob Patro <[email protected]>",
"Dongze He <[email protected]>",
]
description = "A rust framework to make using alevin-fry even simpler."
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/COMBINE-lab/simpleaf"
homepage = "https://github.com/COMBINE-lab/simpleaf"
#documentation = "https://alevin-fry.readthedocs.io/en/latest/"
include = [
"/src/*.rs",
"/Cargo.toml",
"/Cargo.lock",
"/README.md",
"/LICENSE",
]
keywords = [
"single-cell",
"preprocessing",
"RNA-seq",
"single-nucleus",
"RNA-velocity",
]
categories = ["command-line-utilities", "science"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit becc3be

Please sign in to comment.