summaryrefslogtreecommitdiffhomepage
path: root/talpid-core
diff options
context:
space:
mode:
Diffstat (limited to 'talpid-core')
-rw-r--r--talpid-core/Cargo.toml11
1 files changed, 6 insertions, 5 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index 69059493e0..e62da78dcf 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -1,11 +1,12 @@
[package]
name = "talpid-core"
-version = "0.0.0"
-authors = ["Mullvad VPN"]
description = "Privacy preserving and secure VPN client library"
-license = "GPL-3.0"
-edition = "2021"
-publish = false
+version.workspace = true
+authors.workspace = true
+repository.workspace = true
+license.workspace = true
+edition.workspace = true
+publish.workspace = true
[dependencies]
bitflags = "1.2"