diff --git a/index.ts b/index.ts index cc7da47..f8dfd01 100644 --- a/index.ts +++ b/index.ts @@ -1,5 +1,5 @@ -import {Result, State} from 'result' -export {State} from 'result' +import {Result, State} from 'rust/src/result' +export {State} // @ts-expect-error export class WebResult extends Result { diff --git a/package.json b/package.json index 8d2b1a9..c0dcb50 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { - "result": "git+https://git.pband.ch/typescript/result.git" + "rust": "git+https://git.pband.ch/typescript/rust.git" }, "devDependencies": { "@types/bun": "^1.1.2"