[package] name = "neptune-cli" version = "0.1.2" edition = "2021" license = "MIT" authors = ["Srinivasa Mahesh ","Srikanth Mahesh "] description = "The official CLI for Neptune lang" repository = "https://github.com/Srinivasa314/neptune-lang" [dependencies] dirs = "4.0.0" neptune-lang = "0.1.3" rustyline = "9.1.2" rustyline-derive = "0.6.0" tokio = { version = "1.17.0", features = ["rt","time"] }