Skip to content

Commit

Permalink
cargo toml update
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBLCKLPTN committed Oct 23, 2024
1 parent dd230b3 commit 8653319
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file removed Plugins/Alice-Database/.Cargo.toml.kate-swp
Binary file not shown.
5 changes: 4 additions & 1 deletion Plugins/Alice-Database/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[package]
name = "Alice-Database_DBMS"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
include = ["**/*.rs", "Cargo.toml"]
license = "MIT"
description = "The Alice-Database is a comprehensive data management solution designed to integrate seamlessly with the Kingdom System. This plugin provides robust functionality for creating, updating, and deleting collections and documents, ensuring efficient and reliable data storage and retrieva"
repository = "https://github.com/0xBLCKLPTN/Kingdom-System/tree/main/Plugins/Alice-Database"
keywords = ["DBMS", "grpc", "tokio", "async"]
homepage = "https://github.com/0xBLCKLPTN/Kingdom-System"

[dependencies]
chrono = "0.4.38"
Expand Down

0 comments on commit 8653319

Please sign in to comment.