span: Break out into its own crate, to make room for future expansion

This commit is contained in:
2024-02-29 18:31:41 -06:00
parent 362817e512
commit 69f5035a8b
13 changed files with 72 additions and 53 deletions

View File

@@ -1,5 +1,5 @@
[workspace]
members = ["libconlang", "cl-repl", "cl-interpret"]
members = ["libconlang", "cl-repl", "cl-interpret", "cl-structures"]
resolver = "2"
[workspace.package]