File size: 182 Bytes
224e773 | 1 2 3 4 5 6 7 8 9 10 | [package]
name = "hyperkitty-parser"
version = "0.1.0"
edition = "2021"
authors = ["SNAPKITTYWEST"]
license = "MIT"
[dependencies]
hyperkitty-core = { path = "../hyperkitty-core" }
|
224e773 | 1 2 3 4 5 6 7 8 9 10 | [package]
name = "hyperkitty-parser"
version = "0.1.0"
edition = "2021"
authors = ["SNAPKITTYWEST"]
license = "MIT"
[dependencies]
hyperkitty-core = { path = "../hyperkitty-core" }
|