Remove forgotten Table references

This commit is contained in:
2019-10-30 22:20:08 +01:00
parent a545d6b03d
commit ff96c95dcf
4 changed files with 3 additions and 7 deletions

View File

@@ -11,7 +11,6 @@ members = [
# Generic Interfaces
"ironsea_index",
"ironsea_store",
"ironsea_table",
# Specific implementations
"ironsea_index_hashmap",
@@ -19,7 +18,6 @@ members = [
"ironsea_store_buffered_file",
"ironsea_store_file",
"ironsea_store_mapped_file",
"ironsea_table_vector",
]
[profile.release]
@@ -31,11 +29,9 @@ mercator_parser = { path = "mercator_parser" }
ironsea_index = { path = "ironsea_index" }
ironsea_store = { path = "ironsea_store" }
ironsea_table = { path = "ironsea_table" }
ironsea_index_hashmap = { path = "ironsea_index_hashmap" }
ironsea_index_sfc_dbc = { path = "ironsea_index_sfc_dbc" }
ironsea_store_buffered_file = { path = "ironsea_store_buffered_file" }
ironsea_store_file = { path = "ironsea_store_file" }
ironsea_store_mapped_file = { path = "ironsea_store_mapped_file" }
ironsea_table_vector = { path = "ironsea_table_vector" }