1 2 3 4 5 6 7 8 9 10 11 12 13 14 15[package] name = "span" version = "0.0.0" edition = "2024" publish = false [features] lsp = [] test = [] [dependencies] index_map = { path = "../../project/library/index_map" } unicode-width = "0.1.10" utility = { path = "../utility" }