Skip to content

Commit a199850

Browse files
committed
chore: update crate names
1 parent 491f8ec commit a199850

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"thiserror",
88
"chrono",
99
"dotenvy",
10-
"dotenv"
10+
"dotenv",
11+
"onlyoffice"
1112
]
1213
}

lambdas/presigned-cleanup/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "docbox-presigned-cleanup"
2+
name = "docbox-presigned-cleanup-lambda"
33
version = "0.1.0"
44
edition = "2024"
55

lambdas/upload-completion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "docbox-upload-completion"
2+
name = "docbox-upload-completion-lambda"
33
version = "0.1.0"
44
edition = "2024"
55

0 commit comments

Comments
 (0)