Skip to content

Commit

Permalink
Flatten folder structure (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
smrtrfszm authored Aug 17, 2024
1 parent bb82f45 commit 59b8389
Show file tree
Hide file tree
Showing 107 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions iam-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version = "0.1.0"
edition = "2021"
license-file.workspace = true

[lib]
path = "./lib.rs"

[dependencies]
chrono = { workspace = true, features = ["clock"] }
uuid.workspace = true
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions iam-entity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ version = "0.1.0"
edition = "2021"
license-file.workspace = true

[lib]
path = "./lib.rs"

[dependencies]
sea-orm.workspace = true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions iam-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"
license-file.workspace = true

[lib]
path = "./lib.rs"
proc-macro = true

[dependencies]
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion iam-migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license-file.workspace = true

[lib]
name = "migration"
path = "src/lib.rs"
path = "lib.rs"

[dependencies]
sea-orm-migration = { version = "1.0.0" }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion iam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ name = "iam"
version = "0.1.0"
edition = "2021"
publish = false
default-run = "iam"
license-file.workspace = true

[lib]
path = "./lib.rs"

[dependencies]
iam-entity.workspace = true
sea-orm = { workspace = true, features = ["mock"] }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions libiam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version = "0.1.0"
edition = "2021"
license-file.workspace = true

[lib]
path = "./lib.rs"

[dependencies]
reqwest = { version = "0.12.5", default-features = false, features = ["json", "rustls-tls"] }
serde.workspace = true
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 59b8389

Please sign in to comment.