first implementation but far to be optimal

This commit is contained in:
Eric Coissac
2026-04-16 22:38:20 +02:00
commit de3f9b16cf
19336 changed files with 380276 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "obiskbuilder"
version = "0.1.0"
edition = "2024"
[dependencies]
obikseq = { path = "../obikseq" }
obiread = { path = "../obiread" }
bytes = "1"