Skip to content

Commit 6553230

Browse files
committed
initial implementation: nes
1 parent 3846683 commit 6553230

10 files changed

Lines changed: 5647 additions & 49 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ include = ["/src/**/*.rs", "/README.md", "/LICENSE", "/Cargo.toml"]
1717
unstable = [
1818
"unstable_auth_methods",
1919
"unstable_cancel_request",
20+
"unstable_nes",
2021
"unstable_elicitation",
2122
"unstable_logout",
2223
"unstable_session_fork",
@@ -29,6 +30,7 @@ unstable = [
2930
]
3031
unstable_auth_methods = []
3132
unstable_cancel_request = []
33+
unstable_nes = []
3234
unstable_elicitation = []
3335
unstable_logout = []
3436
unstable_session_fork = []

0 commit comments

Comments
 (0)