소스 검색

using github repo instead of path

master
Isabelle L. 5 년 전
부모
커밋
15bb2ad571
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      Cargo.toml

+ 2
- 2
Cargo.toml 파일 보기

@@ -15,8 +15,8 @@ structopt = "0.3.14"
chrono = "0.4.11"
futures = "0.3.5"
toml = "0.5.6"
# ilmp = { git = "https://github.com/izzabelle/ilmp" }
ilmp = { path = "../ilmp"}
ilmp = { git = "https://github.com/izzabelle/ilmp" }
# ilmp = { path = "../ilmp"}
ring = "0.16.13"
thiserror = "1.0.18"
orion = "0.15.1"


불러오는 중...
취소
저장