Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust redo #7

Merged
merged 4 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ pnpm-lock.yaml
/GETTINGSTARTED.MD
/cynthiapmanifest.json
src/client.js
/plugins/

# Ignore editor files
/.idea/
Expand Down
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ edition = "2021"
license = "AGPL-3.0-only"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "cynthiaweb"
path = "./source/Main/src/main.rs"


[dependencies]
futures = "0.3.30"
Expand Down Expand Up @@ -39,10 +43,12 @@ strip-ansi-escapes = "0.2.0"
tokio = { version = "1.38.0", features = [
"rt",
"rt-multi-thread",
"process",
"macros",
"time",
] }
termsize = "0.1"
async-std = "1.12.0"
rand = "0.8.5"
reqwest = { version = "0.12.5", features = ["blocking"] }
interactive_process = "0.1.3"
138 changes: 0 additions & 138 deletions bananen.json

This file was deleted.

56 changes: 0 additions & 56 deletions changelog.md

This file was deleted.

33 changes: 0 additions & 33 deletions clean_config/Cynthia.toml

This file was deleted.

14 changes: 0 additions & 14 deletions cynthiapluginmanifest.json

This file was deleted.

Loading
Loading