1264340154
- Started a bunch of crates. - Incomplete migration, or rewrites of most. - Some wild guessing with scsi. Probably better off coming up with my own solution if possible? Don't remember. Have to look into how the driver works again.
14 lines
246 B
TOML
14 lines
246 B
TOML
[package]
|
|
name = "scraper"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
plugins.workspace = true
|
|
|
|
semver.workspace = true
|