Skip to content

Commit

Permalink
refactor: move main.rs to src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Dec 3, 2024
1 parent e714d33 commit fa9f36e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ dotenvy = { optional = true, version = "=0.15.7" }
poise = "=0.6.1"
tokio = { version = "=1.41.1", features = ["rt-multi-thread"] }

[[bin]]
name = "osekkai-chan"
path = "main.rs"

[features]
default = ["dotenv"]
dotenv = ["dep:dotenvy"]
Expand Down
File renamed without changes.

0 comments on commit fa9f36e

Please sign in to comment.