diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-10-06 02:03:23 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-06 02:03:23 +0800 |
| commit | c053e24c62890003aba84191e332211647f96eae (patch) | |
| tree | 3d2e506b32ca7cb32729f04a91304803e8ed3326 /crates/service/Cargo.toml | |
| parent | 50b801a11e1c3bb3012ac189197b7e84663ba902 (diff) | |
| parent | bbb2b506e8f5ea7aae2b1365a75db9274f860f81 (diff) | |
Merge pull request #15 from JustEnoughVCS/jvcs_dev
Jvcs dev
Diffstat (limited to 'crates/service/Cargo.toml')
| -rw-r--r-- | crates/service/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/crates/service/Cargo.toml b/crates/service/Cargo.toml new file mode 100644 index 0000000..8059255 --- /dev/null +++ b/crates/service/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "vcs_service" +edition = "2024" +version.workspace = true + +[dependencies] +tcp_connection = { path = "../utils/tcp_connection" } +vcs_service_macros = { path = "service_macros" } + +# Serialization +serde = { version = "1.0.219", features = ["derive"] } |
