diff options
| author | SavagePeanut <sourcehut@lazytapir.com> | 2023-07-30 15:53:19 -0500 |
|---|---|---|
| committer | SavagePeanut <sourcehut@lazytapir.com> | 2023-07-30 16:13:54 -0500 |
| commit | abd8ad5fd2c1e014633ccd83fd0f4de01b5e7a28 (patch) | |
| tree | a98de62624a42cd076d81d7e5772bad0443a59a3 /Cargo.toml | |
| parent | f290f20011d6ccafe8a4f0adaaab0c157a2c0107 (diff) | |
rename to slidge_style_parser
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ [package] -name = "style-parser" +name = "slidge-style-parser" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] -name = "style_parser" +name = "slidge_style_parser" crate-type = ["cdylib"] [dependencies] |
