File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ path = "src/main.rs"
1919required-features = [" ai_test" ]
2020
2121[dependencies ]
22- aiscript-vm = { path = " ../aiscript-vm" }
23- aiscript-runtime = { path = " ../aiscript-runtime" }
22+ aiscript-vm = { path = " ../aiscript-vm" , version = " 0.1.0 " }
23+ aiscript-runtime = { path = " ../aiscript-runtime" , version = " 0.1.0 " }
2424clap = { version = " 4.5" , features = [" derive" ] }
2525tokio = { version = " 1.41.0" , features = [" rt-multi-thread" , " macros" ] }
2626dotenv = " 0.15.0"
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ keywords.workspace = true
1111categories.workspace = true
1212
1313[dependencies ]
14- aiscript-lexer = { path = " ../aiscript-lexer" }
14+ aiscript-lexer = { path = " ../aiscript-lexer" , version = " 0.1.0 " }
1515serde_json = " 1.0"
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ keywords.workspace = true
1111categories.workspace = true
1212
1313[dependencies ]
14- aiscript-lexer = { path = " ../aiscript-lexer" }
15- aiscript-directive = { path = " ../aiscript-directive" }
16- aiscript-vm = { path = " ../aiscript-vm" }
14+ aiscript-lexer = { path = " ../aiscript-lexer" , version = " 0.1.0 " }
15+ aiscript-directive = { path = " ../aiscript-directive" , version = " 0.1.0 " }
16+ aiscript-vm = { path = " ../aiscript-vm" , version = " 0.1.0 " }
1717hyper = " 1.4.1"
1818hyper-util = " 0.1.7"
1919tokio = { version = " 1.40.0" , features = [" rt-multi-thread" , " macros" ] }
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ keywords.workspace = true
1111categories.workspace = true
1212
1313[dependencies ]
14- aiscript-lexer = { path = " ../aiscript-lexer" }
15- aiscript-directive = { path = " ../aiscript-directive" }
14+ aiscript-lexer = { path = " ../aiscript-lexer" , version = " 0.1.0 " }
15+ aiscript-directive = { path = " ../aiscript-directive" , version = " 0.1.0 " }
1616ahash = " 0.8"
1717gc-arena = { git = " https://github.com/kyren/gc-arena" , rev = " 3dbc6c4263700312ef63ceee3f02943b38828130" , features = [
1818 " allocator-api2" ,
You can’t perform that action at this time.
0 commit comments