diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 18 |
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"] } + |
