feat: add general signal types

This commit is contained in:
Anand Balakrishnan 2023-03-22 13:40:13 -07:00
parent cde8cb24e5
commit 22d19154af
No known key found for this signature in database
5 changed files with 461 additions and 1 deletions

View file

@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
derive_more = "0.99.17"
num-traits = "0.2.15"
thiserror = "1.0.39"
[dev-dependencies]