aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorhozan23 <hozan23@karyontech.net>2024-06-22 05:38:24 +0200
committerhozan23 <hozan23@karyontech.net>2024-06-22 05:38:24 +0200
commit0a2c0dbc6c1afd56e9db0d93eef1ae05fe81a30b (patch)
tree17abe24561e1259b20fca539e45409000a864510 /core
parent741a83e1a59a9ed822ce6d1ab1a82d31a1cc854a (diff)
jsonrpc: add tcp, tls and ws features for compilation
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index dc13561..ee9bf72 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "karyon_core"
-description = "Internal crate for Karyon project."
+description = "Internal crate for Karyon library."
version.workspace = true
edition.workspace = true
homepage.workspace = true