-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
a2bb736
commit 129ebbc
Showing
269 changed files
with
7,823 additions
and
8,297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.