diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..174324d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "pasetoken"] + path = pasetoken + url = ssh://git@clrepo.tls13.io:9623/develop/pasetoken.git diff --git a/Cargo.toml b/Cargo.toml index a958217..3efeb14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } casbin = { version = "2.0.9", features = ["cached","explain","logging"], optional = true} -pasetoken-lib= {path = "./libs/pasetoken", package = "pasetoken-lib" } +pasetoken-lib= {path = "./pasetoken", package = "pasetoken-lib" } pasetors = { version = "0.6.7" } serde = { version = "1.0.171", features = ["derive"] } diff --git a/pasetoken b/pasetoken new file mode 160000 index 0000000..b8d6808 --- /dev/null +++ b/pasetoken @@ -0,0 +1 @@ +Subproject commit b8d68087895b6006b9b3014dcaf2fd20fe28cfeb