* expose mock executing to python library; Signed-off-by: Jess Frazelle <github@jessfraz.com> * bump Signed-off-by: Jess Frazelle <github@jessfraz.com> * Update rust/kcl-python-bindings/src/lib.rs Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com> Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
		
			
				
	
	
		
			32 lines
		
	
	
		
			879 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			879 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "kcl-language-server-release"
 | 
						|
version = "0.1.73"
 | 
						|
edition = "2021"
 | 
						|
authors = ["KittyCAD Inc <kcl@kittycad.io>"]
 | 
						|
publish = false
 | 
						|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 | 
						|
 | 
						|
[[bin]]
 | 
						|
name = "kcl-language-server-release"
 | 
						|
path = "src/main.rs"
 | 
						|
bench = false
 | 
						|
 | 
						|
[dependencies]
 | 
						|
anyhow = { workspace = true }
 | 
						|
clap = { workspace = true, features = ["cargo", "derive", "env", "unicode"] }
 | 
						|
flate2 = "1.1.1"
 | 
						|
lazy_static = { workspace = true }
 | 
						|
log = { version = "0.4.27", features = ["serde"] }
 | 
						|
slog = { workspace = true }
 | 
						|
slog-async = { workspace = true }
 | 
						|
slog-json = { workspace = true }
 | 
						|
slog-term = { workspace = true }
 | 
						|
time = "0.3.41"
 | 
						|
tokio = { workspace = true, features = ["full"] }
 | 
						|
tracing-subscriber = { workspace = true }
 | 
						|
xshell = "0.2.6"
 | 
						|
zip = { workspace = true, features = ["default"] }
 | 
						|
 | 
						|
[lints]
 | 
						|
workspace = true
 |