Move to workspaces setup
Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
parent
910d58dd02
commit
36da496aa1
18
Cargo.toml
18
Cargo.toml
@ -1,15 +1,5 @@
|
||||
[package]
|
||||
name = "newsletter-to-web"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Converts email newsletters to static HTML files"
|
||||
[workspace]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
base16ct = { version = "^0.1.0", features = [ "alloc" ] }
|
||||
imap = { version = "^2.4.1", default-features = false }
|
||||
kuchiki = "^0.8.1"
|
||||
mail-parser = "^0.4.8"
|
||||
rustls-connector = { version = "^0.16.1", default-features = false, features = [ "webpki-roots-certs", "quic" ] }
|
||||
sha2 = "^0.10.2"
|
||||
members = [
|
||||
"bin",
|
||||
]
|
15
bin/Cargo.toml
Normal file
15
bin/Cargo.toml
Normal file
@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "newsletter-to-web"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Converts email newsletters to static HTML files"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
base16ct = { version = "^0.1.0", features = [ "alloc" ] }
|
||||
imap = { version = "^2.4.1", default-features = false }
|
||||
kuchiki = "^0.8.1"
|
||||
mail-parser = "^0.4.8"
|
||||
rustls-connector = { version = "^0.16.1", default-features = false, features = [ "webpki-roots-certs", "quic" ] }
|
||||
sha2 = "^0.10.2"
|
Loading…
Reference in New Issue
Block a user