Initial commit.

This commit is contained in:
winneratwin 2022-02-04 13:23:25 +00:00
commit f6ec560c5a
Signed by: winneratwin
GPG Key ID: 5F9280186EA11AC6
4 changed files with 13 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target

8
Cargo.toml Normal file
View File

@ -0,0 +1,8 @@
[package]
name = "telenore-scam-destroyer"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

1
README.md Normal file
View File

@ -0,0 +1 @@
project to make the scam developers pay for getting past outlook's scam filter and thunderbird's

3
src/main.rs Normal file
View File

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}