Get rid of the numtide shell, as it doesn't have any good support for shellHook. Also, directly create the pre-commit check so that we can leverage its resulting bits in the packages. We now will have acces to things like pre-commit-config.yaml in the folder structure
11 lines
159 B
TOML
11 lines
159 B
TOML
[package]
|
|
name = "rustdoku"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
assertables = "8.18.0"
|
|
ndarray = "0.16.1"
|
|
num-traits = "0.2.19"
|
|
iced = "0.13.1"
|