summaryrefslogtreecommitdiff
path: root/crates/cli_publisher/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-09-21 12:37:04 +0800
committer魏曹先生 <1992414357@qq.com>2025-09-21 12:37:04 +0800
commit24c2c8cad43c755cf668ea92a08c0be7fb3b819d (patch)
tree790c8c9bcc67661748b6a58f471d8cce11efaa86 /crates/cli_publisher/Cargo.toml
parent7e7c9522a77625569d4a036323814ba5367ebc28 (diff)
First
Diffstat (limited to 'crates/cli_publisher/Cargo.toml')
-rw-r--r--crates/cli_publisher/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/crates/cli_publisher/Cargo.toml b/crates/cli_publisher/Cargo.toml
new file mode 100644
index 0000000..deadd4c
--- /dev/null
+++ b/crates/cli_publisher/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "cli_publisher"
+edition = "2024"
+version = "0.0.1"
+
+[dependencies]
+
+# Serialization
+serde = { version = "1.0.226", features = ["derive"] }
+toml = { version = "0.9.7", features = ["serde"] }
+
+# Colored
+colored = "3.0.0"