Skip to content

Commit a793c59

Browse files
committed
feat(orm): add foreign key support
1 parent 994059f commit a793c59

31 files changed

+1966
-709
lines changed

Cargo.lock

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

flareon-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ clap-verbosity-flag.workspace = true
1717
darling.workspace = true
1818
env_logger.workspace = true
1919
flareon.workspace = true
20-
flareon_codegen.workspace = true
20+
flareon_codegen = { workspace = true, features = ["symbol-resolver"] }
2121
glob.workspace = true
2222
log.workspace = true
2323
prettyplease.workspace = true

0 commit comments

Comments
 (0)