Nomad changes
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s

This commit is contained in:
Henrik Jess Nielsen
2026-06-01 23:40:55 +02:00
parent 72b1a0a6ed
commit b4c07d3693
5723 changed files with 1130655 additions and 0 deletions

20
packages/dart/pubspec.yaml generated Normal file
View File

@@ -0,0 +1,20 @@
name: kreuzberg
description: High-performance document intelligence library
version: 5.0.0-rc.3
repository: https://github.com/kreuzberg-dev/kreuzberg
homepage: https://kreuzberg.dev
environment:
sdk: '>=3.11.0 <4.0.0'
dependencies:
# FRB runtime is pure-Dart; works in both Flutter and server-Dart contexts.
flutter_rust_bridge: '2.12.0'
# FRB codegen-2.x emits `@freezed` sealed classes annotated with these.
freezed_annotation: '^3.1.0'
json_annotation: '^4.11.0'
dev_dependencies:
test: '^1.25.0'
lints: '^6.1.0'
# Required by flutter_rust_bridge_codegen 2.x for sealed classes.
freezed: '^3.2.5'
build_runner: '^2.15.0'
json_serializable: '^6.13.2'