summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-11-24 23:04:25 +0300
committerNamilskyy <alive6863@gmail.com>2025-11-24 23:06:16 +0300
commit592000eb84dde8b15e776a1abcf72124aa0f200c (patch)
tree06d9164b49f60a4e584392a5b5b652341892371e /Cargo.toml
parent3ca328a876f7f4c8bf94c739d2166a1ad1dfb9bc (diff)
Updated README.md, started writing minimal required functions.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..0faa2e7
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,18 @@
+[package]
+name = "mesk"
+version = "0.1.0"
+edition = "2024"
+license = "CC-BY-NC-SA-4.0"
+authors = ["namilsk <namilsk@namilsk.tech>",
+ "asya <asyamozgoff@gmail.com>"]
+
+[dependencies]
+cc = "1.2.47"
+clap = { version = "4.5.53", features = ["derive"] }
+i2p = "0.0.1"
+i2p_client = "0.2.9"
+serde = { version = "1.0.228", features = ["derive"] }
+sqlite = "0.37.0"
+tar = "0.4.44"
+toml = { version = "0.9.8", features = ["serde"] }
+