Skip to content

Commit 4de2889

Browse files
committed
update cargo package name
1 parent 328805d commit 4de2889

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "filo"
2+
name = "filo-rs"
33
version = "0.1.0"
44
edition = "2021"
55
rust-version = "1.85"
@@ -11,6 +11,14 @@ homepage = "https://github.com/Kanishk2207/filo"
1111
keywords = ["cli", "file", "organize", "downloads", "cleanup"]
1212
categories = ["command-line-utilities", "filesystem"]
1313

14+
[lib]
15+
name = "filo"
16+
path = "src/lib.rs"
17+
18+
[[bin]]
19+
name = "filo"
20+
path = "src/main.rs"
21+
1422
[dependencies]
1523
anyhow = "1.0.102"
1624
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }

0 commit comments

Comments
 (0)