- Add a new crate `sal-text` for text manipulation utilities. - Integrate `sal-text` into the main `sal` crate. - Remove the previous `text` module from `sal`. This improves organization and allows for independent development of the `sal-text` library.
This commit is contained in:
		| @@ -11,7 +11,7 @@ categories = ["os", "filesystem", "api-bindings"] | ||||
| readme = "README.md" | ||||
|  | ||||
| [workspace] | ||||
| members = [".", "vault", "git", "redisclient", "mycelium"] | ||||
| members = [".", "vault", "git", "redisclient", "mycelium", "text"] | ||||
|  | ||||
| [dependencies] | ||||
| hex = "0.4" | ||||
| @@ -63,6 +63,7 @@ futures = "0.3.30" | ||||
| sal-git = { path = "git" } | ||||
| sal-redisclient = { path = "redisclient" } | ||||
| sal-mycelium = { path = "mycelium" } | ||||
| sal-text = { path = "text" } | ||||
|  | ||||
| # Optional features for specific OS functionality | ||||
| [target.'cfg(unix)'.dependencies] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user