init repository

This commit is contained in:
2026-03-13 22:02:23 +03:00
commit 712c3822fa
6 changed files with 6682 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/target

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "chatmail-core"]
path = chatmail-core
url = https://gitea.slavasil.ru/Slavasil/chatmail-core.git

6665
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "bot"
version = "0.1.0"
edition = "2024"
[dependencies]
deltachat = { path = "./chatmail-core" }

1
chatmail-core Submodule

Submodule chatmail-core added at 0150d38ddd

5
src/main.rs Normal file
View File

@@ -0,0 +1,5 @@
fn main() {
}