Skip to content

Commit

Permalink
chore(core): 🚚 Change name grow -> grow-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilovy09 committed Jan 7, 2025
1 parent 351433a commit 481da24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "grow"
name = "grow-rs"
version = "0.1.0"
edition = "2021"
description = "🌱 Write sedders in RON"
Expand All @@ -16,6 +16,10 @@ tokio = { version = "1.42.0", features = ["full"] }
grow_libsql = { version = "0.1.0", path = "./grow_libsql" }
grow_sqlx = { version = "0.1.0", path = "./grow_sqlx" }

[[bin]]
name = "grow"
path = "src/main.rs"

[profile.dist]
inherits = "release"
lto = "thin"

0 comments on commit 481da24

Please sign in to comment.