Skip to content

Commit

Permalink
[ci] Merge all crates into one #333 (#334)
Browse files Browse the repository at this point in the history
* Update Cargo.toml

* migrate most files

* finished migration

* Fix warnings

* Update command_stack.rs
  • Loading branch information
michaelvlach authored Nov 1, 2022
1 parent a2bb736 commit 129ebbc
Show file tree
Hide file tree
Showing 269 changed files with 7,823 additions and 8,297 deletions.
31 changes: 10 additions & 21 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
[workspace]

members = [
"crates/*"
]

[package]
name = "agdb"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
agdb_db_error = { path = "crates/db_error", version = "<=0.1.0" }
agdb_map_common = { path = "crates/map_common", version = "<=0.1.0" }
agdb_multi_map = { path = "crates/multi_map", version = "<=0.1.0" }
agdb_serialize = { path = "crates/serialize", version = "<=0.1.0" }
agdb_storage = { path = "crates/storage", version = "<=0.1.0" }
agdb_storage_map = { path = "crates/storage_map", version = "<=0.1.0" }
agdb_storage_vec = { path = "crates/storage_vec", version = "<=0.1.0" }
agdb_utilities = { path = "crates/utilities", version = "<=0.1.0" }

[dev-dependencies]
agdb_test_utilities = { path = "crates/test_utilities", version = "<=0.1.0" }
license = "Apache-2.0"
homepage = "https://github.com/agnesoft/agdb"
repository = "https://github.com/agnesoft/agdb"
documentation = "https://github.com/agnesoft/agdb"
readme = "README.md"
description = "Agnesoft Graph Database"

[lib]
name = "agdb"
path = "src/agdb/lib.rs"
8 changes: 0 additions & 8 deletions crates/bit_set/Cargo.toml

This file was deleted.

46 changes: 0 additions & 46 deletions crates/bit_set/src/bit_set.rs

This file was deleted.

3 changes: 0 additions & 3 deletions crates/bit_set/src/lib.rs

This file was deleted.

105 changes: 0 additions & 105 deletions crates/bit_set/tests/bit_set_test.rs

This file was deleted.

9 changes: 0 additions & 9 deletions crates/commands/Cargo.toml

This file was deleted.

15 changes: 0 additions & 15 deletions crates/commands/src/command.rs

This file was deleted.

51 changes: 0 additions & 51 deletions crates/commands/src/command_stack.rs

This file was deleted.

4 changes: 0 additions & 4 deletions crates/commands/src/commands.rs

This file was deleted.

8 changes: 0 additions & 8 deletions crates/commands/src/lib.rs

This file was deleted.

Loading

0 comments on commit 129ebbc

Please sign in to comment.