-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (23 loc) · 919 Bytes
/
Cargo.toml
File metadata and controls
26 lines (23 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[workspace.package]
version = "0.2.2"
edition = "2024"
license = "MIT"
homepage = "https://delta.rocks/immigrant"
repository = "https://github.com/deltarocks/immigrant"
[workspace]
members = ['crates/*', 'cmds/*']
resolver = "2"
[workspace.dependencies]
schema = { version = "0.2.2", package = "immigrant-schema", path = "crates/schema", default-features = false }
file-diffs = { version = "0.2.2", package = "immigrant-file-diffs", path = "crates/file-diffs" }
cli = { version = "0.2.2", package = "immigrant-cli", path = "crates/cli" }
generator-postgres = { version = "0.2.2", package = "immigrant-generator-postgres", path = "crates/generator-postgres" }
anyhow = "1.0.100"
hi-doc = "0.3.0"
imara-diff = { package = "immigrant-imara-diff", version = "0.2.1" }
ouroboros = "0.18.5"
patch = "0.7.0"
thiserror = "2.0.17"
clap = { version = "4.5.54", features = ["derive"] }
Inflector = "0.11.4"
tempfile = "3.24.0"