- propagate renaming for crate to fastwave_backend
- repair scope printout from example/vcd.rs - update and improve instruction for running examples in README
This commit is contained in:
parent
4243551d76
commit
6b6321557b
5 changed files with 10 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "fastwave"
|
||||
name = "fastwave_backend"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
@ -13,4 +13,4 @@ num = "0.4"
|
|||
clap = { version = "3.1.8", features = ["derive"] }
|
||||
chrono = "0.4"
|
||||
# TODO : remove itertools once date parser is reworked.
|
||||
itertools = "0.10.3"
|
||||
itertools = "0.10.3"
|
||||
|
|
Reference in a new issue