Skip to content

Commit daf531b

Browse files
author
FreeSynergy
committed
refactor: reference fs-auth and fs-federation from standalone repos
Removed local crates/fs-auth and crates/fs-federation. Both now referenced via ../../fs-auth and ../../fs-federation.
1 parent 0cf8f68 commit daf531b

File tree

18 files changed

+59
-2363
lines changed

18 files changed

+59
-2363
lines changed

cli/Cargo.lock

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

cli/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ members = [
1010
"crates/fs-s3",
1111
"crates/fs-container",
1212
"crates/fs-builder",
13-
"crates/fs-auth",
14-
"crates/fs-federation",
1513
]
1614
resolver = "2"
1715

@@ -48,8 +46,8 @@ fs-host = { path = "crates/fs-host" }
4846
fs-wizard = { path = "crates/fs-wizard" }
4947
fs-s3 = { path = "crates/fs-s3" }
5048
fs-container = { path = "crates/fs-container" }
51-
fs-auth = { path = "crates/fs-auth" }
52-
fs-federation = { path = "crates/fs-federation" }
49+
fs-auth = { path = "../../fs-auth" }
50+
fs-federation = { path = "../../fs-federation" }
5351

5452
# Auth / Federation
5553
jsonwebtoken = { version = "10" }

cli/crates/fs-auth/Cargo.toml

Lines changed: 0 additions & 37 deletions
This file was deleted.

cli/crates/fs-auth/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

cli/crates/fs-auth/src/claims.rs

Lines changed: 0 additions & 97 deletions
This file was deleted.

cli/crates/fs-auth/src/jwt.rs

Lines changed: 0 additions & 167 deletions
This file was deleted.

cli/crates/fs-auth/src/lib.rs

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)