From 7f994046189022c73b16b5db80ef85042e0d1cb2 Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Mon, 22 Aug 2022 06:58:28 +0900 Subject: [PATCH] clean up cargo.toml sort --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df76219..c2e22b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,8 @@ authors = ["RustPython Team"] edition = "2021" [dependencies] -thiserror = "1.0" rustpython-codegen = { path = "codegen" } rustpython-parser = { path = "parser" } rustpython-bytecode = { path = "bytecode" } + +thiserror = "1.0"