Skip to content

Commit 21e44f9

Browse files
committed
rename some things
1 parent 08af42f commit 21e44f9

28 files changed

+23
-25
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
examples/*/dist/
2-
wit/deps/
31
tmp/
42

53
# Created by https://www.toptal.com/developers/gitignore/api/rust,visualstudiocode,macos

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace]
22
members = [
3-
"crates/funcgg-runtime",
4-
"crates/funcgg-worker",
3+
"crates/func_runtime",
4+
"crates/func_worker",
55
]
66
resolver = "2"
77

crates/funcgg-runtime/Cargo.toml renamed to crates/func_runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "funcgg-runtime"
2+
name = "func_runtime"
33
authors.workspace = true
44
edition.workspace = true
55
license.workspace = true
File renamed without changes.

0 commit comments

Comments
 (0)