Thomas 2 năm trước cách đây
mục cha
commit
64b7da1a13
3 tập tin đã thay đổi với 11 bổ sung0 xóa
  1. 2 0
      .gitignore
  2. 9 0
      Cargo.toml
  3. 0 0
      README.md

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+/target
+/Cargo.lock

+ 9 - 0
Cargo.toml

@@ -0,0 +1,9 @@
+[package]
+name = "bam_reader"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+bgzip = { git = "https://github.com/informationsea/bgzip-rs" }

+ 0 - 0
README.md