1
0
mirror of https://github.com/bitwarden/server synced 2025-12-17 00:33:23 +00:00

SDK integration in db seeder

This commit is contained in:
Hinton
2025-07-01 17:21:26 +02:00
parent 57cd628de8
commit 418dbb374c
12 changed files with 3118 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
#[no_mangle]
pub extern "C" fn my_add(x: i32, y: i32) -> i32 {
x + y
}