updated readme and cargo toml

main
Antonio De Lucreziis 6 months ago
parent c897945e06
commit 49caa60d21

2
Cargo.lock generated

@ -34,7 +34,7 @@ dependencies = [
]
[[package]]
name = "asd-2024-gfa"
name = "asd-2024"
version = "0.1.0"
dependencies = [
"argh",

@ -1,5 +1,5 @@
[package]
name = "asd-2024-gfa"
name = "asd-2024"
version = "0.1.0"
edition = "2021"

@ -1,5 +1,15 @@
# Progetto ASD 2023/2024
## Usage
- `cargo run -- --help`
Display help message.
- `cargo run -- show -i ./examples/example.gfa`
Parses the GFA file and prints the graph and various information.
## Example GFA
```

Loading…
Cancel
Save