Add string builder/remove ropey

This commit is contained in:
Andras Schmelczer 2024-11-30 10:44:17 +00:00
commit 74626383cc
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
6 changed files with 138 additions and 43 deletions

View file

@ -4,7 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
ropey = { version = "1.6.1", default-features = false, features = ["simd"] }
# optional dependencies
serde = { version = "1.0.215", optional = true }