This commit is contained in:
Alexander Zhirov 2025-09-04 21:51:23 +03:00
commit f1dd2aebb2
Signed by: alexander
GPG key ID: C8D8BE544A27C511
8 changed files with 642 additions and 0 deletions

11
dub.json Normal file
View file

@ -0,0 +1,11 @@
{
"authors": [
"Alexander Zhirov"
],
"copyright": "Copyright © 2025, Alexander Zhirov",
"description": "Implementing Change Data Capture.",
"license": "BSL-1.0",
"name": "cdc",
"targetPath": "bin",
"targetType": "executable"
}