summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSavagePeanut <sourcehut@lazytapir.com>2023-07-30 15:53:19 -0500
committerSavagePeanut <sourcehut@lazytapir.com>2023-07-30 16:13:54 -0500
commitabd8ad5fd2c1e014633ccd83fd0f4de01b5e7a28 (patch)
treea98de62624a42cd076d81d7e5772bad0443a59a3 /Cargo.lock
parentf290f20011d6ccafe8a4f0adaaab0c157a2c0107 (diff)
rename to slidge_style_parser
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 48915a3..69ca878 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -174,19 +174,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
-name = "smallvec"
-version = "1.11.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
-
-[[package]]
-name = "style-parser"
+name = "slidge-style-parser"
version = "0.1.0"
dependencies = [
"pyo3",
]
[[package]]
+name = "smallvec"
+version = "1.11.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
+
+[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"